Skip to content

Commit

Permalink
feat: add pnpm to publish action workflow and install dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloLebrin committed Sep 20, 2022
1 parent 725442d commit 2a70b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: ⚙️ Setup
run: npm i -g @antfu/ni

- name: Install
run: nci

- name: 🚀 publish
run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fetch-api-wrapper",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"private": false,
"packageManager": "[email protected]",
"description": "use fetch to simplify the code for making HTTP requests taking full advantage of TypeScript's type system",
Expand Down

0 comments on commit 2a70b62

Please sign in to comment.