Skip to content

Commit 83793bb

Browse files
committed
fix(script): fix build error
1 parent 76b744a commit 83793bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "dist/index.es.js",
77
"typings": "dist/types/src/index.d.ts",
88
"scripts": {
9-
"build": "rm -r ./dist && tsc && rollup -c ./rollup.config.ts",
9+
"build": "tsc --build && rollup -c ./rollup.config.ts",
1010
"storybook": "start-storybook -p 6006 --debug-webpack --no-dll",
1111
"build-storybook": "build-storybook",
1212
"commit": "npx git-cz",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import "./styles.css";
22
export { default as ReactPictureAnnotation } from "./ReactPictureAnnotation";
3+
export { default as DefaultInputSection } from "./DefaultInputSection";

0 commit comments

Comments
 (0)