Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
chore: correct jsx-runtime import path
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 19, 2022
1 parent 1a6d044 commit f812fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:cjs": "node ./bin/build-cjs.js",
"build:esm": "yarn tsc --project tsconfig.build.json && tsc-esm-fix --tsconfig ./tsconfig.build.json --ext=.mjs && sed -i '' 's/jsx-runtime\\.js/jsx-runtime/g' dist/esm/**/*.mjs",
"build:esm": "yarn tsc --project tsconfig.build.json && tsc-esm-fix --tsconfig ./tsconfig.build.json --ext=.mjs && find ./dist/esm -type f -exec sed -i '' -e 's/jsx-runtime\\.js/jsx-runtime/' {} \\;",
"build:storybook": "build-storybook",
"check:package": "yarn package-check",
"check:tsc": "yarn tsc --noEmit",
Expand Down

0 comments on commit f812fc2

Please sign in to comment.