Skip to content

Commit

Permalink
Don't use --release 1.3.5.1 in npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed Dec 23, 2016
1 parent 1910a3e commit d7881d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.4",
"description": "Test a Meteor publication by collecting its output.",
"scripts": {
"test": "SERVER_TEST_REPORTER='dot' meteor test-packages --release 1.3.5.1 --once --driver-package dispatch:mocha ./",
"test": "SERVER_TEST_REPORTER='dot' meteor test-packages --once --driver-package dispatch:mocha ./",
"test:dev": "TEST_WATCH=1 meteor test-packages --driver-package dispatch:mocha ./",
"lint": "eslint --format=node_modules/eslint-formatter-pretty ."
},
Expand Down

0 comments on commit d7881d6

Please sign in to comment.