Skip to content

Commit

Permalink
chore(tests): Updated tests scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Oct 26, 2016
1 parent d275404 commit 4beae33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"prepublish": "npm run build",
"build-only": "tsc || echo not ok",
"pretest": "cd tests && npm install",
"test:ci": "cd tests && meteor test --once --driver-package=dispatch:mocha-phantomjs",
"test": "cd tests && meteor test --driver-package=dispatch:mocha-browser",
"test:ci": "cd tests && meteor test --once --driver-package dispatch:mocha-phantomjs",
"test": "cd tests && meteor test --driver-package practicalmeteor:mocha",
"lint": "tslint src/**/*.ts",
"bundle": "rollup -i ./dist/index.js -o ./dist/bundles/index.umd.js -n meteor.rxjs -c rollup.config.js"
},
Expand Down

0 comments on commit 4beae33

Please sign in to comment.