Skip to content

Commit

Permalink
add pretest:e2e script (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Jul 25, 2023
1 parent 476d26a commit 5d42e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"build": "FORCE_COLOR=1 turbo build",
"build:watch": "FORCE_COLOR=1 turbo build:watch",
"test:unit": "FORCE_COLOR=1 turbo test:unit",
"pretest:e2e": "npm run build -- --scope next-on-pages",
"test:e2e": "FORCE_COLOR=1 turbo test:e2e",
"publish": "turbo build & changeset publish",
"changeset": "npx changeset"
Expand Down

0 comments on commit 5d42e57

Please sign in to comment.