We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36cb0b commit abfdbb4Copy full SHA for abfdbb4
package.json
@@ -24,7 +24,7 @@
24
"postinstall": "patch-package",
25
"prettify": "prettier . --write --ignore-unknown",
26
"test": "turbo test",
27
- "test:ci": "turbo test:ci --filter=!local-mode-tests --filter=!no-bundle-import --concurrency=1",
+ "test:ci": "turbo test:ci --filter=!local-mode-tests --concurrency=1",
28
"test:watch": "turbo test:watch",
29
"type:tests": "turbo type:tests"
30
},
0 commit comments