Skip to content

Commit d6430f0

Browse files
committed
Setup npm run build
1 parent da1243e commit d6430f0

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-
"compile": "tsc",
12+
"build": "tsc",
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)