Skip to content

Commit

Permalink
fix(build): added missing step for studio when bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
allardy committed Nov 9, 2018
1 parent d5b8245 commit 3fc054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"build:watch": "./node_modules/.bin/gulp build-watch",
"build:modules": "./node_modules/.bin/gulp modules",
"build:modules-builder": "cd build/module-builder/ && yarn && yarn build",
"bootstrap": "yarn build:admin && yarn build:modules-builder && yarn build",
"bootstrap": "yarn build:admin && yarn build:studio && yarn build:modules-builder && yarn build",
"watch": "./node_modules/.bin/gulp watch",
"test": "./node_modules/.bin/jest -i --detectOpenHandles -c jest.config.js",
"clean": "./node_modules/.bin/gulp clean",
Expand Down

0 comments on commit 3fc054d

Please sign in to comment.