We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm ci
npm install
1 parent dd2aa7c commit bd1a7dbCopy full SHA for bd1a7db
1 file changed
package.json
@@ -48,7 +48,7 @@
48
"coverage": "nyc npm test",
49
"lint": "eslint .",
50
"docs": "jsdoc --configure .jsdocrc.js --destination docs --recurse README.md src && printf '%s' 'docs.openpgpjs.org' > docs/CNAME",
51
- "preversion": "rm -rf dist docs node_modules && npm install && npm test",
+ "preversion": "rm -rf dist docs node_modules && npm ci && npm test",
52
"version": "npm run docs && git add -A docs",
53
"postversion": "git push && git push --tags && npm publish"
54
},
0 commit comments