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.
2 parents fa0ed08 + 264059e commit 1c097c6Copy full SHA for 1c097c6
packages/storage/package.json
@@ -34,7 +34,8 @@
34
"build:deps": "lerna run --scope @firebase/storage --include-dependencies build",
35
"dev": "rollup -c -w",
36
"test": "run-p --npm-path npm test:browser test:node lint",
37
- "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser test:node",
+ "test:all": "run-p --npm-path npm test:browser test:node",
38
+ "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
39
"test:browser:unit": "karma start --single-run --unit",
40
"test:browser:integration": "karma start --single-run --integration",
41
"test:browser": "karma start --single-run",
0 commit comments