Skip to content

Commit

Permalink
change release
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Feb 20, 2024
1 parent b1c231b commit 782cac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 20.x
- name: Install Dependencies
run: pnpm install
run: npm run install

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"start": "pnpm start -C test start",
"dev": "pnpm -C test dev",
"install": "pnpm install",
"initial": "pnpm -C test initial",
"prepare": "husky install",
"lint": "eslint packages --ext .ts",
Expand Down Expand Up @@ -44,6 +45,7 @@
"husky": "^8.0.3",
"vitepress": "1.0.0-rc.39",
"vue": "^3.4.15",
"pnpm": "latest",
"latest-version": "^5.0.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit 782cac8

Please sign in to comment.