Skip to content

Commit

Permalink
Edit scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrosen14 committed Nov 21, 2024
1 parent fd4a8e4 commit da4514c
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 4 deletions.
95 changes: 95 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"fix": "eslint --fix --ext js,jsx . && prettier -w .",
"lint": "eslint --ext js,jsx --max-warnings 0 . && prettier -c .",
"prepare-husky": "husky",
"cypress:dev": "STAGE_ENV=development cypress run",
"cypress:prod": "STAGE_ENV=production cypress run",
"cypress:dev:open": "STAGE_ENV=development cypress open",
"cypress:prod:open": "STAGE_ENV=production cypress open"
"cy:dev": "npm start & wait-on http://localhost:3000 && STAGE_ENV=development cypress run",
"cy:prod": "npm run build && STAGE_ENV=production cypress run",
"cy:dev:open": "npm start & wait-on http://localhost:3000 && STAGE_ENV=development cypress open",
"cy:prod:open": "npm run build && STAGE_ENV=production cypress open"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -113,6 +113,7 @@
"prettier": "^3.3.3",
"resize-observer-polyfill": "^1.5.1",
"typescript": "^5.6.3",
"wait-on": "^8.0.1",
"whatwg-fetch": "^3.6.20"
}
}

0 comments on commit da4514c

Please sign in to comment.