Skip to content

Commit

Permalink
add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoutAllaert committed May 23, 2024
1 parent ed1fdf6 commit 555bb90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write .",
"prepare": "cd ../.. && husky frontend/frontend/.husky"
"prepare": "cd ../.. && husky frontend/frontend/.husky",
"cypress-open": "node_modules/.bin/cypress open",
"cypress-e2e": "node_modules/.bin/cypress run",
"cypress-component": "node_modules/.bin/cypress run --component"
},
"dependencies": {
"@azure/msal-browser": "^3.11.0",
Expand Down

0 comments on commit 555bb90

Please sign in to comment.