Skip to content

Commit dc6f0ac

Browse files
committed
add install
1 parent 89fe2ef commit dc6f0ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"./*"
88
],
99
"scripts": {
10-
"setup": "yarn run setup:script && yarn run setup:install && yarn run setup:build",
10+
"setup": "yarn install && yarn run setup:script && yarn run setup:install && yarn run setup:build",
1111
"setup:script": "chmod +x ./dev-setup.sh && ./dev-setup.sh",
1212
"setup:install": "yarn install",
1313
"setup:build": "yarn build",

0 commit comments

Comments
 (0)