Skip to content

Commit

Permalink
test-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Natesh Mogera committed Aug 31, 2023
1 parent 749c357 commit 0c1062b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm ci && npm run build
run: npm ci
- name: Publish package on NPM 📦
run: npm publish
env:
Expand Down

0 comments on commit 0c1062b

Please sign in to comment.