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 f2c4e6d commit eedae9bCopy full SHA for eedae9b
integration/firestore/package.json
@@ -3,8 +3,11 @@
3
"version": "1.0.0",
4
"private": true,
5
"scripts": {
6
- "pretest": "gulp compile-tests",
7
- "test": "karma start --single-run"
+ "build": "gulp compile-tests",
+ "pretest": "npm run build",
8
+ "pretest:debug": "npm run build",
9
+ "test": "karma start --single-run",
10
+ "test:debug": "karma start --auto-watch --browsers Chrome"
11
},
12
"devDependencies": {
13
"@types/mocha": "^2.2.44",
0 commit comments