Skip to content

Commit

Permalink
Fix (#49)
Browse files Browse the repository at this point in the history
* fix

* Update package.json
  • Loading branch information
syvlabs authored Oct 4, 2024
1 parent a21af1f commit 1cc8d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"scripts": {
"build": "tsc -p tsconfig.build.json && vite build",
"build:alpha": "npm run build -- --mode staging",
"build:alpha": "NODE_ENV=development npm run build -- --mode staging",
"build:dev": "tsc -p tsconfig.build.json && NODE_ENV=development vite build --mode development --watch",
"lint": "eslint . --ignore-path=.eslintignore --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix --ignore-path=.eslintignore --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit 1cc8d4c

Please sign in to comment.