Skip to content

Commit

Permalink
build: safest pre-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jul 11, 2023
1 parent e167d34 commit 6e58ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": "pnpm install && git add pnpm-lock.yaml",
"preinstall": "npx only-allow pnpm",
"release:version": "lerna version --force-publish",
"release:publish": "lerna publish from-git --yes --no-verify-access",
"release:publish": "pnpm run ci && lerna publish from-git --yes --no-verify-access",
"ci": "npm-run-all format:validate ci:subpackages",
"compile": "pnpm -r run clean && tsc --build",
"compile:watch": "pnpm -r run clean && tsc --build --watch",
Expand Down
2 changes: 1 addition & 1 deletion packages/chevrotain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ci": "pnpm run build test",
"build": "npm-run-all clean compile bundle",
"test": "npm-run-all coverage",
"version": "pnpm run compile && node ./scripts/version-update.js",
"version": "node ./scripts/version-update.js",
"---------- DEV FLOWS --------": "",
"watch": "tsc -w",
"unit-tests": "mocha --enable-source-maps",
Expand Down

0 comments on commit 6e58ad3

Please sign in to comment.