mirror of https://github.com/acid-info/lsd.git
ci: add build npm command
This commit is contained in:
parent
a5b3af33b7
commit
7e4f042e17
|
@ -5,6 +5,8 @@
|
|||
"scripts": {
|
||||
"commit": "git-cz",
|
||||
"test": "lerna run test",
|
||||
"watch": "lerna run watch",
|
||||
"build": "lerna run build",
|
||||
"format:check": "prettier --config .prettierrc --check --ignore-unknown .",
|
||||
"format:fix": "prettier --config .prettierrc --write --ignore-unknown -l .",
|
||||
"prepare": "husky install"
|
||||
|
|
Loading…
Reference in New Issue