Skip to content

Commit

Permalink
Build /lib folder for the Docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <remy.suen@gmail.com>
  • Loading branch information
rcjsuen committed Sep 10, 2023
1 parent 18b9f8c commit f9b5cac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: npm pack
- name: Test
run: npm run nyc-ci
- name: Build /lib folder for Docker
if: ${{ matrix.status == 'LTS' && github.ref == 'refs/heads/master' }}
run:
npm run prepublishOnly
- name: Login to DockerHub
uses: docker/login-action@v2
if: ${{ matrix.status == 'LTS' && github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit f9b5cac

Please sign in to comment.