Skip to content

Commit

Permalink
fix: init .env
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Nov 24, 2023
1 parent 7dc78df commit 031b87b
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 @@ -3,7 +3,7 @@
"version": "2.0.0-rec.3",
"private": true,
"scripts": {
"init": "cd scripts && npm i && npm run init && cd .. && npx prisma migrate dev && npm run seed",
"init": "cd scripts && npm i && npm run init && cd .. && cp .env.example .env && npx prisma migrate dev && npm run seed",
"dev": "npm run is-initialized && npx prisma migrate dev && cross-env FORCE_COLOR=1 next dev",
"build": "npm run is-initialized && npm run full-sub-package-setup && next build",
"start": "npm run is-initialized && npm run deploy-db:prod && npm run seed && next start",
Expand Down

0 comments on commit 031b87b

Please sign in to comment.