Skip to content

Commit

Permalink
use npm install for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsonp committed Dec 31, 2020
1 parent 71e5a6e commit 0dfd9dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
node-version: 14
# Specifies the registry, this field is required!
registry-url: https://registry.npmjs.org/
# clean install of your projects' deps. We use "npm ci" to avoid package lock changes
- run: npm ci
- run: npm install
- run: npm run build
- name: Publish to npmjs.com
run: npm publish
Expand Down

0 comments on commit 0dfd9dd

Please sign in to comment.