Skip to content

Commit

Permalink
Merge pull request #37 from timmkuehle/dev/publish-script-main-tmk
Browse files Browse the repository at this point in the history
Change npm install command in GitHub publish action
  • Loading branch information
timmkuehle authored Mar 12, 2024
2 parents bc2f46c + daff2d9 commit 893dfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies and build 🔧
run: npm ci && npm run build
run: npm i && npm run build
- name: Publish package on npm 📦
run: npm publish
env:
Expand Down

0 comments on commit 893dfe4

Please sign in to comment.