Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Apr 2, 2022
1 parent c78bd24 commit c588504
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 330 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: npm i
- run: npm ci
- run: npm run lint
- run: npm run test
- run: rm -rf build || true; mkdir build
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v2
#- run: echo "${{ github.ref }}"
- run: npm i
- run: npm ci
- run: mkdir build
- run: npm run build:dependencies
- run: npm run build
Expand All @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v2
#- run: echo "${{ github.ref }}"
- run: npm i
- run: npm ci
- run: npm i --save-dev dmg-license
- run: mkdir build
- run: npm run build:dependencies
Expand Down
Loading

0 comments on commit c588504

Please sign in to comment.