Skip to content

Commit

Permalink
fix script commands with new spacejam syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos García committed Sep 21, 2016
1 parent b9f0b26 commit 2197f98
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 @@ -24,8 +24,8 @@
"spacejam": "https://github.com/serut/spacejam/tarball/windows-suppport-rc4"
},
"scripts": {
"test": "spacejam-mocha ./ --coverage out_lcovonly",
"test:watch": "meteor-mocha ./ --settings settings.coverage.json",
"test": "spacejam-mocha test-packages ./ --coverage out_lcovonly",
"test:watch": "meteor-mocha test-packages ./ --settings settings.coverage.json",
"start": "meteor npm run lint:fix & meteor npm run test:watch",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
Expand Down

0 comments on commit 2197f98

Please sign in to comment.