Skip to content

Commit 515a6b5

Browse files
ganmorMinishlink
authored andcommitted
Copy html file in dist on build (#20)
1 parent 9953f01 commit 515a6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"prepublish": "yarn build",
24-
"build": "mkdir -p dist && babel src/index.js --out-file dist/index.js",
24+
"build": "mkdir -p dist && babel src --out-dir dist --copy-files",
2525
"test": "echo \"Error: no test specified\" && exit 1"
2626
},
2727
"babel": {

0 commit comments

Comments
 (0)