Skip to content

Commit

Permalink
chore: clean package
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jun 20, 2023
1 parent 2f8d016 commit 6119168
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"license": "ISC",
"scripts": {
"start": "nx exec -- craco start",
"build": "npx nx run-many -t build",
"test": "npx nx run-many -t test",
"e2e": "npx nx run-many -t e2e",
"build": "nx run-many -t build",
"build:cowswap": "nx build cowswap",
"test": "nx run-many -t test",
"e2e": "nx run-many -t e2e",
"start:ssl": "nx exec -- HTTPS=true yarn start",
"start:service-worker": "nx exec -- yarn _start:service-worker ",
"lint:fix": "nx exec -- yarn run eslint --fix ./",
Expand Down

0 comments on commit 6119168

Please sign in to comment.