Skip to content

Commit

Permalink
Update production build with new build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed May 10, 2022
1 parent 112c4a1 commit 661f63e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
cd dist/v2/OnsenUI; git fetch --tags; git checkout onsen.io; cd ../../..; # Latest 2.x with documentation fixes
cd dist/playground; git fetch origin; git checkout gh-pages; git pull; cd ../..;
cd dist/themeroller; git fetch origin; git checkout gh-pages; git pull; cd ../..;
curl -o- -L https://yarnpkg.com/install.sh | bash
sudo npm install -g [email protected]
npm install
cd dist/v2/OnsenUI/css-components && npm install && cd ../../../..
cd dist/v2/OnsenUI && npm install && npm run build && cd ../../..
cd dist/v2/OnsenUI/bindings/react && yarn && yarn gen-docs && cd ../../../../..
cd dist/v2/OnsenUI/onsenui && npm run docs && cd ../../../..
cd dist/v2/OnsenUI/react-onsenui && npm run gen-docs && cd ../../../..
AWS_BUCKET=${AWS_BUCKET_EN_PROD} ./node_modules/.bin/gulp deploy --lang=en --production
AWS_BUCKET=${AWS_BUCKET_JA_PROD} ./node_modules/.bin/gulp deploy --lang=ja --production
# Purge Zone Cache (en) of KeyCDN
Expand Down

0 comments on commit 661f63e

Please sign in to comment.