Skip to content

Commit 3d94928

Browse files
committed
fix: remove pull:env command until Vercel is configured
1 parent 8ad2a70 commit 3d94928

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/developer-hub/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"fix:format": "prettier --write .",
1313
"fix:lint:eslint": "eslint --fix .",
1414
"fix:lint:stylelint": "stylelint --fix 'src/**/*.scss'",
15-
"pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TBkf9EyQjQF37gs4Vk0sQKJj97kE vercel env pull",
1615
"start:dev": "next dev --port 3627",
1716
"start:prod": "next start --port 3627",
1817
"test:format": "prettier --check .",

0 commit comments

Comments
 (0)