working compose file for cypress

This commit is contained in:
Francis Cao 2024-02-28 16:29:35 -08:00
parent 44d8606d1a
commit 14c0c5060a
4 changed files with 11 additions and 11 deletions

View file

@ -43,8 +43,8 @@
"lint": "next lint --quiet",
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install",
"postbuild": "node scripts/postbuild.js",
"cypress-open": "cypress open cypress run --config-file cypress/cypress.config.ts",
"cypress-run": "cypress run cypress run --config-file cypress/cypress.config.ts"
"cypress-open": "cypress open cypress run",
"cypress-run": "cypress run cypress run"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [