Skip to content

Commit 9a99807

Browse files
committed
improvement(package): add build script to package.json
Added build script which exists with 0 into package.json
1 parent 35d81f6 commit 9a99807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"bin": "./cli.js",
1414
"scripts": {
1515
"test": "exit 0",
16+
"build": "exit 0",
1617
"travis-deploy-once": "travis-deploy-once",
1718
"semantic-release": "semantic-release",
1819
"cz": "git-cz"

0 commit comments

Comments
 (0)