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 782cac8 commit 512071f
Showing 1 changed file with 1 addition and 1 deletion.
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": "pnpm install",
"install": "npm install && pnpm install",
"initial": "pnpm -C test initial",
"prepare": "husky install",
"lint": "eslint packages --ext .ts",
Expand Down

0 comments on commit 512071f

Please sign in to comment.