Skip to content

Commit

Permalink
fix(npm): do not use otp when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Sep 16, 2022
1 parent 90fc1f4 commit 01bebcd
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 @@ -14,7 +14,7 @@
"prepare": "npm run build",
"pretest": "babel-node test/utils/pretest.js",
"release": "npm run build && node ./dist/cli.js --release --no-parallel",
"test": "mocha --require babel-register \"src/**/*.test.js\" \"test/integration/*.test.js\"",
"test": "REPO_COOKER_NPM_OTP= mocha --require babel-register \"src/**/*.test.js\" \"test/integration/*.test.js\"",
"test:watch": "npm run test -- --watch"
},
"repository": {
Expand Down

0 comments on commit 01bebcd

Please sign in to comment.