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

Commit 0bf7f53

Browse files
committed
add preinstall step
1 parent cc285bb commit 0bf7f53

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
@@ -8,7 +8,8 @@
88
"./dist/**"
99
],
1010
"scripts": {
11-
"setup": "git submodule update --init --recursive && git pull && yarn install --frozen-lockfile",
11+
"preinstall": "git submodule update --init --recursive && git pull",
12+
"setup": "yarn install --frozen-lockfile",
1213
"connection": "cd infra && zx ./connection.mjs",
1314
"provision": "cd infra && zx ./provision.mjs",
1415
"unprovision": "cd infra && zx ./unprovision.mjs",

0 commit comments

Comments
 (0)