Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcisbee committed Aug 23, 2022
1 parent a00f685 commit 207bdfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -27,6 +27,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run declarations
- run: npm publish dist
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"typescript": "^4.7.4",
"uvu": "^0.5.6"
},
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index.js",
Expand Down

0 comments on commit 207bdfa

Please sign in to comment.