We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40431f commit b769c31Copy full SHA for b769c31
package.json
@@ -11,7 +11,7 @@
11
"start": "vite",
12
"test": "wtr test/**/*.jsx",
13
"test:w": "wtr test/**/*.test.jsx --watch",
14
- "exports": "exports \"src/*.ts\" --exports --types --main react --watch",
+ "exports": "exports \"src/*.ts\" --exports --types --main react",
15
"prepublishOnly": "npm run test && npm run exports"
16
},
17
"author": "UpperCod",
0 commit comments