Skip to content

Commit

Permalink
Preserve version integrity by always building before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Côté committed Jan 23, 2022
1 parent 655d4ea commit 8af4594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"jsdoc:generate-markdown+push": "node scripts/api-documentation/generate-markdown.js",
"typescript-declaration:generate": "node scripts/typescript-declarations/generate.js",
"lint": "eslint ./src/*.js",
"release:next": "npm version prerelease && node scripts/release/release.js && npm publish --tag next",
"release:latest": "npm version patch && node scripts/release/release.js && npm publish",
"release:alpha": "npm version prerelease && npm run library:build-and-commit-all && node scripts/release/release.js && npm publish --tag next",
"release:patch": "npm version patch && npm run library:build-and-commit-all && node scripts/release/release.js && npm publish",
"sponsors:update": "node scripts/sponsors/retrieve-sponsors.js",
"test:all": "mocha",
"test:Input": "mocha test/Input.test.js",
Expand Down

0 comments on commit 8af4594

Please sign in to comment.