Skip to content

Commit

Permalink
made all npm scripts consistent with root:arg1:arg2 style
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Oct 26, 2024
1 parent edc1e52 commit 08fbccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"lint:js:fix": "eslint . --fix",
"test": "npx cypress run --env host=local",
"test:coverage": "COVERAGE=true npx cypress run --env host=local",
"test-open": "npx cypress open --e2e -b electron --env host=local",
"test-open-prod": "npx cypress open --e2e -b electron --config baseUrl='https://deckdle.neb.host' --env host=prod",
"test:open": "npx cypress open --e2e -b electron --env host=local",
"test:open:prod": "npx cypress open --e2e -b electron --config baseUrl='https://deckdle.neb.host' --env host=prod",
"prepare": "husky"
},
"keywords": [],
Expand Down

0 comments on commit 08fbccc

Please sign in to comment.