Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 74bd7a8

Browse files
committed
ci: update bootstrap script
1 parent 9b04cd5 commit 74bd7a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"packages/*"
1010
],
1111
"scripts": {
12-
"postinstall": "yarn run lerna bootstrap",
12+
"postinstall": "yarn bootstrap",
13+
"bootstrap": "yarn run lerna bootstrap",
1314
"scaffold": "hygen",
1415
"build": "lerna run build --no-private --stream",
1516
"dev": "yarn playground:routes && NODE_ENV=development vite serve playground --config ./vite.config.ts",

0 commit comments

Comments
 (0)