Skip to content

Commit

Permalink
build: pack after build
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Sep 19, 2021
1 parent 7c5fc9c commit 8237fd7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,14 @@ jobs:
- uses: actions/checkout@v2
- run: |
npm ci
npm run build
npm run build && npm run pack
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run lint:all
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run pack
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8237fd7

Please sign in to comment.