Skip to content

Commit

Permalink
remove extra file in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 10, 2024
1 parent 56147d5 commit dd6e46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@adobe/react-spectrum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"sideEffects": false,
"scripts": {
"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"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dd6e46e

Please sign in to comment.