Skip to content

Commit

Permalink
Update to use npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-r6s committed Nov 21, 2019
1 parent 1643f0e commit 8b1259b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js Package

on:
release:
types: [created]
types: [created, updated]

jobs:
build:
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm i
- run: npm run build

publish-npm:
Expand Down

0 comments on commit 8b1259b

Please sign in to comment.