Skip to content

Commit

Permalink
fix: install nr package to enable npm prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloLebrin committed Sep 20, 2022
1 parent 5193071 commit e884ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 16.x
registry-url: https://registry.npmjs.org
- name: ⚙️ Setup
run: npm i -g @antfu/ni
- 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.4",
"version": "0.0.5",
"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 e884ae7

Please sign in to comment.