Skip to content

Commit 1ab843b

Browse files
committed
dev-demo: fix env command
1 parent 6323e74 commit 1ab843b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"env": "dotenvx run -f .env.local -f .env --overload --",
8+
"_env:dev": "dotenvx run -f .env.local -f .env --overload --",
99
"start": "npm run env -- tsx watch index.ts",
1010
"makemigration": "npm run _env:dev -- npx --yes prisma migrate dev --create-only",
1111
"migrate:local": "npm run _env:dev -- npx --yes prisma migrate deploy",

0 commit comments

Comments
 (0)