We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e743d commit 33a57aeCopy full SHA for 33a57ae
package.json
@@ -4,6 +4,7 @@
4
"description": "A collection of utilities for working with EffectTS in SolidJS",
5
"type": "module",
6
"scripts": {
7
+ "prepack": "pnpm build",
8
"build": "tsup",
9
"check:all": "pnpm run check:lint && pnpm run check:test && pnpm run check:format",
10
"check:format": "prettier . --check",
0 commit comments