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 0778f71 commit a189078Copy full SHA for a189078
packages/react-stately/package.json
@@ -12,7 +12,7 @@
12
],
13
"sideEffects": false,
14
"scripts": {
15
- "prepublishOnly": "mkdir -p dist; cp src/index.ts dist/types.d.ts; cp src/index.ts dist/module.js; babel --root-mode upward src/index.ts -o dist/main.js"
+ "prepublishOnly": "mkdir -p dist; cp src/index.ts dist/types.d.ts; grep -v '^export type' src/index.ts > dist/module.js; babel --root-mode upward src/index.ts -o dist/main.js"
16
},
17
"repository": {
18
"type": "git",
0 commit comments