Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Feb 20, 2024
1 parent 512071f commit 4ba1b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: npm run install
run: npm run mount

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"start": "pnpm start -C test start",
"dev": "pnpm -C test dev",
"install": "npm install && pnpm install",
"mount": "npm install && pnpm install",
"initial": "pnpm -C test initial",
"prepare": "husky install",
"lint": "eslint packages --ext .ts",
Expand Down

0 comments on commit 4ba1b6b

Please sign in to comment.