Skip to content

Commit

Permalink
include all test:ci scripts in the CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jun 13, 2023
1 parent 2dc5ee5 commit 63de75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postinstall": "patch-package",
"prettify": "prettier . --write --ignore-unknown",
"test": "turbo test",
"test:ci": "turbo test:ci --filter=wrangler --filter=pages-shared",
"test:ci": "turbo test:ci",
"test:watch": "turbo test:watch",
"type:tests": "turbo type:tests"
},
Expand Down

0 comments on commit 63de75b

Please sign in to comment.