Skip to content

Commit

Permalink
temp: run only dev-env tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Oct 31, 2023
1 parent 4559897 commit c1b209c
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 @@ -19,7 +19,7 @@
"fix": "pnpm run prettify && dotenv -- turbo check:lint -- --fix",
"prettify": "prettier . --write --ignore-unknown",
"test": "dotenv -- turbo test --concurrency=1",
"test:ci": "dotenv -- turbo test:ci --filter=!local-mode-tests --filter=!playground-preview-worker --filter=!no-bundle-import --filter=!pages-functions-app --filter=!pages-plugin-mounted-on-root-app --filter=!workers.new --concurrency=1",
"test:ci": "dotenv -- turbo test:ci --filter=dev-env --concurrency=1",
"test:ci:quarantine": "dotenv -- turbo test:ci --filter=local-mode-tests --filter=pages-functions-app --filter=pages-plugin-mounted-on-root-app --filter=playground-preview-worker --filter=no-bundle-import --filter=workers.new --concurrency=1",
"test:watch": "turbo test:watch",
"type:tests": "dotenv -- turbo type:tests",
Expand Down

0 comments on commit c1b209c

Please sign in to comment.