Skip to content

Commit 34e25a6

Browse files
jshcrowtheschmidt-sebastian
authored andcommitted
Add a debug script to integration/firestore (#286)
1 parent 4a73968 commit 34e25a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

integration/firestore/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"pretest": "gulp compile-tests",
7-
"test": "karma start --single-run"
6+
"build": "gulp compile-tests",
7+
"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"
811
},
912
"devDependencies": {
1013
"@types/mocha": "^2.2.44",

0 commit comments

Comments
 (0)