Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
jharlow committed Oct 11, 2024
1 parent 262169a commit 33c510f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
with:
node-version: "20"
cache: "pnpm"
- name: Run build command
run: pnpm build
- name: Publish to npm 🚀
shell: bash
run: pnpm publish --access public --no-git-checks
Expand Down
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
},
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib",
"README.md",
"package.json"
],
"type": "module",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 33c510f

Please sign in to comment.