Skip to content

Commit

Permalink
Merge pull request #27 from capply/dont-package-node
Browse files Browse the repository at this point in the history
Don't package node dependencies
  • Loading branch information
jnicklas authored May 27, 2024
2 parents b691c6e + 3b0bbaa commit 2985671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-kings-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"signal-form": patch
---

Don't package node dependencies
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist"
],
"scripts": {
"build": "tsup",
"build": "tsup-node",
"test": "vitest run",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"format": "prettier --write .",
Expand Down

0 comments on commit 2985671

Please sign in to comment.