We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d4ec7 commit 298129fCopy full SHA for 298129f
apps/dashboard/package.json
@@ -8,7 +8,7 @@
8
"dev": "npm run with-env next dev",
9
"lint": "dotenv -v SKIP_ENV_VALIDATION=1 next lint",
10
"lint:fix": "npm lint --fix",
11
- "start": "npm with-env next start",
+ "start": "npm run with-env next start",
12
"type-check": "tsc --noEmit",
13
"with-env": "dotenv -e ../../.env --"
14
},
0 commit comments