Skip to content

Commit

Permalink
fix: πŸ› typo fix in publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
halitsever committed Mar 1, 2024
1 parent cb66f79 commit b56d0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies and build πŸ”§
- name: Install dependencies and test πŸ§ͺ
run: npm ci && npm run test
- name: Publish package on NPM πŸ“¦
run: npm publish
Expand Down

0 comments on commit b56d0e0

Please sign in to comment.