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 56147d5 commit dd6e46eCopy full SHA for dd6e46e
packages/@adobe/react-spectrum/package.json
@@ -30,7 +30,7 @@
30
],
31
"sideEffects": false,
32
"scripts": {
33
- "prepublishOnly": "mkdir -p dist; cp src/index.ts dist/types.d.ts; sed -i -e 's\/'\\''use client'\\'';\/\/' 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"
+ "prepublishOnly": "mkdir -p dist; cp src/index.ts dist/types.d.ts; sed -i.bak 's\/'\\''use client'\\'';\/\/' dist/types.d.ts; rm dist/types.d.ts.bak; grep -v '^export type' src/index.ts > dist/module.js; babel --root-mode upward src/index.ts -o dist/main.js"
34
},
35
"repository": {
36
"type": "git",
0 commit comments