Skip to content

Commit

Permalink
fix(release): release latest changes to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoebe Schmidt committed Oct 31, 2018
1 parent 5d3b9df commit 61995da
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 @@ -27,7 +27,7 @@
"prepare": "npm run build",
"test": "NOCK_RECORD=0 npm run build && npm run test-unit && npm run test-integration && npm run test-e2e && npm run lint",
"test-watch": "npm run test-unit -- --watch",
"test-unit": "NODE_ENV=test mocha --require test/setup-unit.js --recursive 'test/unit/lib/**/*.spec.{js,ts}' ",
"test-unit": "NODE_ENV=test mocha --require test/setup-unit.js --recursive 'test/unit/lib/**/*.spec.{js,ts}'",
"test-integration": "NODE_ENV=test mocha --require test/integration/setup.js 'test/integration/**/*.spec.js'",
"test-e2e": "NODE_ENV=test mocha 'test/end-to-end/**/*.spec.js'",
"cover-unit": "nyc npm run test-unit",
Expand Down

0 comments on commit 61995da

Please sign in to comment.