Skip to content

Commit

Permalink
Merge pull request #15 from KeiserCorp/master
Browse files Browse the repository at this point in the history
Refactors build script
  • Loading branch information
bayssmekanique committed Oct 24, 2019
2 parents 1a67e9e + df4ac9f commit 0201385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Build and Publish
- name: Install, Build, and Publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run push
run: |
npm ci
npm run push

0 comments on commit 0201385

Please sign in to comment.