1 parent 89fe2ef commit dc6f0acCopy full SHA for dc6f0ac
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"./*"
8
],
9
"scripts": {
10
- "setup": "yarn run setup:script && yarn run setup:install && yarn run setup:build",
+ "setup": "yarn install && yarn run setup:script && yarn run setup:install && yarn run setup:build",
11
"setup:script": "chmod +x ./dev-setup.sh && ./dev-setup.sh",
12
"setup:install": "yarn install",
13
"setup:build": "yarn build",
0 commit comments