Skip to content

Commit

Permalink
chore: update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-lai committed Nov 15, 2023
1 parent c4fd4a4 commit 48eb9d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
"uuid": "^8.3.2"
},
"scripts": {
"lint": "grunt lint",
"build": "grunt build",
"dev-watch": "grunt dev-watch",
"dist": "grunt dist",
"test:e2e": "grunt build && cypress run",
"cy:run": "cypress run",
"cy:run:headed": "cypress run --headed",
"cypress:open": "cypress open"
},
"browserslist": [
Expand Down

0 comments on commit 48eb9d8

Please sign in to comment.