Skip to content

Commit

Permalink
Merge pull request #20 from nguoianphu/main
Browse files Browse the repository at this point in the history
feat(settings): github action - run eslint and build web in dev mode
  • Loading branch information
Naim authored Jul 13, 2021
2 parents c82a54f + c8bf1af commit 4817d9a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18,675 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@ jobs:
run: |
npm install
npm install -g @ionic/cli
npm install @capacitor/core @capacitor/cli @capacitor/android
- name: Build web
- name: Run eslint and build web in dev mode
if: runner.os != 'windows'
run: |
npm run lint
npm run build:dev
- name: Build web in production mode
if: runner.os != 'windows'
run: |
ionic build --configuration production \
Expand Down
Loading

0 comments on commit 4817d9a

Please sign in to comment.