Skip to content

Commit

Permalink
Add a debug script to integration/firestore (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcrowthe authored Nov 1, 2017
1 parent f2c4e6d commit eedae9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"version": "1.0.0",
"private": true,
"scripts": {
"pretest": "gulp compile-tests",
"test": "karma start --single-run"
"build": "gulp compile-tests",
"pretest": "npm run build",
"pretest:debug": "npm run build",
"test": "karma start --single-run",
"test:debug": "karma start --auto-watch --browsers Chrome"
},
"devDependencies": {
"@types/mocha": "^2.2.44",
Expand Down

0 comments on commit eedae9b

Please sign in to comment.