Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 0251afc

Browse files
author
Tjaz
committed
fix start script node_env
1 parent 0d403b9 commit 0251afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"scripts": {
1313
"lint": "eslint ./src/**/*",
1414
"build": "rm -rf ./build && tsc && tsc-alias",
15-
"start": "NODE_ENV=development node ./build/index.js"
15+
"dev": "NODE_ENV=development node ./build/index.js",
16+
"start": "node ./build/index.js"
1617
},
1718
"devDependencies": {
1819
"@gizmo-dev/eslint-plugin": "^3.3.8",

0 commit comments

Comments
 (0)