Skip to content

Commit

Permalink
fix: remove otp option from release script
Browse files Browse the repository at this point in the history
The otp option given to np in the release script now requires an actual
one time password code, or the option should be omitted as the default
for npm is now to always ask for a 2FA code.

Removed otp option from release script
  • Loading branch information
Gido Manders committed Oct 20, 2022
1 parent 73999ea commit 90462b6
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 @@ -73,7 +73,7 @@
"lint": "npm run lint:test && npm run lint:src",
"lint:test": "eslint \"tests/**\" --max-warnings=0",
"lint:src": "eslint \"src/**\" --max-warnings=0",
"release": "npm run tsc && np --otp",
"release": "npm run tsc && np",
"dev:publish": "./scripts/dev-publish.sh",
"version": "npm run tsc && jekyll build",
"prepare": "husky install"
Expand Down

0 comments on commit 90462b6

Please # to comment.