Skip to content

Commit b769c31

Browse files
committed
fix exports
1 parent a40431f commit b769c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "vite",
1212
"test": "wtr test/**/*.jsx",
1313
"test:w": "wtr test/**/*.test.jsx --watch",
14-
"exports": "exports \"src/*.ts\" --exports --types --main react --watch",
14+
"exports": "exports \"src/*.ts\" --exports --types --main react",
1515
"prepublishOnly": "npm run test && npm run exports"
1616
},
1717
"author": "UpperCod",

0 commit comments

Comments
 (0)