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

Commit 5f71e5a

Browse files
committed
update build script
1 parent e04a822 commit 5f71e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draftjs-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"start": "react-scripts start",
17-
"build": "react-scripts build && ./generate-js.sh",
17+
"build": "react-scripts build && mkdir -p ../draftjs-html-source && inliner -ni ./build/index.html > ../draftjs-html-source/index.html",
1818
"test": "react-scripts test",
1919
"eject": "react-scripts eject"
2020
},

0 commit comments

Comments
 (0)