Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 0fc81a2

Browse files
committed
[ROOT]: fixed build script.
1 parent 3fdfcf3 commit 0fc81a2

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
@@ -34,6 +34,7 @@
3434
"typescript": "^4.5.4"
3535
},
3636
"scripts": {
37+
"build": "echo no-op",
3738
"prepare": "husky install",
3839
"lint": "eslint . --ext .ts --ext .tsx --ext .js --ext .jsx --ignore-path .gitignore --max-warnings=0",
3940
"prettier": "prettier --check ./**/*.{ts,tsx}",

0 commit comments

Comments
 (0)