We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43795fb commit 72e411eCopy full SHA for 72e411e
package.json
@@ -9,7 +9,7 @@
9
"author": "Kazato Sugimoto",
10
"license": "MIT",
11
"scripts": {
12
- "build": "tsc",
+ "build": "tsc && cp src/*.mustache dist/",
13
"test": "mocha -r ts-node/register -r intelli-espower-loader \"test/**/*.ts\"",
14
"release": "release-it",
15
"prepare": "husky install"
0 commit comments