Skip to content

Commit

Permalink
Merge pull request #1 from mechanical-turk/patch-1
Browse files Browse the repository at this point in the history
Update compile
  • Loading branch information
mechanical-turk authored Oct 2, 2018
2 parents c7a9cfb + f685d87 commit 1e8927b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ export_env_dir "$ENV_DIR" '^(REACT_APP_|NODE_|NPM_)'
# Build the javascript bundle
cd packages/matter-ui && npm run build
cd ../..
cd services/web-client && npm run build
cd services/web-client && npm run build && mkdir -p ../../build && cp -avr build/. ../../build/

0 comments on commit 1e8927b

Please sign in to comment.