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 8ad2a70 commit 3d94928Copy full SHA for 3d94928
apps/developer-hub/package.json
@@ -12,7 +12,6 @@
12
"fix:format": "prettier --write .",
13
"fix:lint:eslint": "eslint --fix .",
14
"fix:lint:stylelint": "stylelint --fix 'src/**/*.scss'",
15
- "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TBkf9EyQjQF37gs4Vk0sQKJj97kE vercel env pull",
16
"start:dev": "next dev --port 3627",
17
"start:prod": "next start --port 3627",
18
"test:format": "prettier --check .",
0 commit comments