|
|
@@ -10,7 +10,7 @@
|
|
|
"build": "next build",
|
|
|
"fix:format": "prettier --write .",
|
|
|
"fix:lint": "eslint --fix .",
|
|
|
- "pull:env": "[ $VERCEL ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_gbljYVzp0m5EpCuOF6nZpM4WMFM6 vercel env pull",
|
|
|
+ "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_gbljYVzp0m5EpCuOF6nZpM4WMFM6 vercel env pull",
|
|
|
"start:dev": "next dev --port 3002",
|
|
|
"start:prod": "next start --port 3002",
|
|
|
"test:format": "jest --selectProjects format",
|