Skip to content

Commit

Permalink
fix: release script (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao authored Aug 8, 2024
1 parent 0b19e8f commit 4416c25
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.24.1",
"@commitlint/cli": "^17.0.3",
"@esm2cjs/execa": "6.1.1-cjs.1",
"@jsdevtools/version-bump-prompt": "6.1.0",
"chalk": "4.1.2",
"check-dependency-version-consistency": "^4.1.0",
"commitizen": "4.2.5",
"cspell-ban-words": "^0.0.3",
"dayjs": "1.11.11",
"execa": "9.3.0",
"minimist": "1.2.5",
"pretty-quick": "3.1.3",
"check-dependency-version-consistency": "^4.1.0",
"semver": "7.3.7",
"nano-staged": "^0.8.0",
"nx": "^19.5.4",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"cspell-ban-words": "^0.0.3"
"pretty-quick": "3.1.3",
"semver": "7.3.7",
"simple-git-hooks": "^2.11.1"
}
}
68 changes: 65 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const semver = require('semver');
const dayjs = require('dayjs');
const args = require('minimist')(process.argv.slice(2));
const bumpPrompt = require('@jsdevtools/version-bump-prompt');
const execa = require('execa');
const execa = require('@esm2cjs/execa');
const chalk = require('chalk');

const step = (msg) => {
Expand Down

0 comments on commit 4416c25

Please sign in to comment.