Skip to content

Commit

Permalink
Replace release.sh with npm version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Feb 9, 2021
1 parent defa128 commit ed9a029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
"browsertest": "npm start -- -o test/unittests.html",
"coverage": "nyc npm test",
"lint": "eslint 'src/**/*.js' 'test/crypto/**/*.js'",
"docs": "jsdoc --configure .jsdocrc.js --destination docs --recurse README.md src"
"docs": "jsdoc --configure .jsdocrc.js --destination docs --recurse README.md src",
"preversion": "rm -rf dist docs node_modules && npm install && npm test",
"version": "npm run docs && git add -A docs",
"postversion": "git push && git push --tags && npm publish"
},
"devDependencies": {
"@mattiasbuelens/web-streams-adapter": "0.1.0-alpha.5",
Expand Down
35 changes: 0 additions & 35 deletions release.sh

This file was deleted.

0 comments on commit ed9a029

Please sign in to comment.