Skip to content

Commit

Permalink
config: remove npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Mar 25, 2024
1 parent 87aacbd commit 9999671
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: ci
run: npm ci
# - name: ci
# run: npm ci
- name: publish-npm
run: npm publish
env:
Expand All @@ -36,8 +36,8 @@ jobs:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@noclocks'
- name: ci
run: npm ci
# - name: ci
# run: npm ci
- name: publish-gh
run: npm publish
env:
Expand Down

0 comments on commit 9999671

Please sign in to comment.