Skip to content

Commit 72e411e

Browse files
committed
Tweak build script
1 parent 43795fb commit 72e411e

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
@@ -9,7 +9,7 @@
99
"author": "Kazato Sugimoto",
1010
"license": "MIT",
1111
"scripts": {
12-
"build": "tsc",
12+
"build": "tsc && cp src/*.mustache dist/",
1313
"test": "mocha -r ts-node/register -r intelli-espower-loader \"test/**/*.ts\"",
1414
"release": "release-it",
1515
"prepare": "husky install"

0 commit comments

Comments
 (0)