Skip to content

Commit 401fb31

Browse files
committed
build: added emtpy build command in package.json
1 parent d68de0e commit 401fb31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"semantic-release": "semantic-release --branch main",
1313
"prepare": "husky install",
1414
"prettier": "",
15-
"lint": ""
15+
"lint": "",
16+
"build": ""
1617
},
1718
"repository": {
1819
"type": "git",

0 commit comments

Comments
 (0)