Add build:vercel script to package.json

This commit is contained in:
swimming987 2025-11-25 13:31:43 +08:00 committed by GitHub
parent 7ac5913c86
commit 1b09a44b39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,8 @@
"postbuild": "node scripts/postbuild.js", "postbuild": "node scripts/postbuild.js",
"test": "jest", "test": "jest",
"cypress-open": "cypress open cypress run", "cypress-open": "cypress open cypress run",
"cypress-run": "cypress run cypress run" "cypress-run": "cypress run cypress run",
"build:vercel": "npm-run-all build-tracker build-app"
}, },
"lint-staged": { "lint-staged": {
"**/*.{js,jsx,ts,tsx}": [ "**/*.{js,jsx,ts,tsx}": [