Skip to content

Commit 298129f

Browse files
fix: npm start script (#10)
Co-authored-by: dejan-crocoder <[email protected]>
1 parent f1d4ec7 commit 298129f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "npm run with-env next dev",
99
"lint": "dotenv -v SKIP_ENV_VALIDATION=1 next lint",
1010
"lint:fix": "npm lint --fix",
11-
"start": "npm with-env next start",
11+
"start": "npm run with-env next start",
1212
"type-check": "tsc --noEmit",
1313
"with-env": "dotenv -e ../../.env --"
1414
},

0 commit comments

Comments
 (0)