Skip to content

Commit

Permalink
added read me
Browse files Browse the repository at this point in the history
  • Loading branch information
John4650-hub committed Sep 21, 2023
1 parent 2e64466 commit b0f2136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ workflows:
ace-release:
name: Ace release
environment:
node: 12.14.0
java: 1.8
triggering:
events:
Expand All @@ -14,7 +13,7 @@ workflows:
scripts:
- name: Build
script: |
npm install -g [email protected]
sudo pkg install node
sudo npm install --save-dev webpack webpack-cli
cd www && mkdir dist && cd ..
npm run build
Expand Down

0 comments on commit b0f2136

Please sign in to comment.