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.
'use client';
1 parent 022b45b commit ebc610dCopy full SHA for ebc610d
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; 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 -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"
34
},
35
"repository": {
36
"type": "git",
0 commit comments