Skip to content

Commit

Permalink
fix: flincap /dist folder publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiffGreen committed Jul 25, 2023
1 parent 9a2a07f commit 174f08b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-rivers-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"flincap-sdk": patch
---

Use prepublish hook to test publishing /dist folder
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"prepublishOnly": "npm run build",
"lint": "tsc",
"change": "changeset"
},
Expand Down

0 comments on commit 174f08b

Please sign in to comment.