fix(ci): semantic release plugins.
This commit is contained in:
parent
09b19159f8
commit
35aec11fda
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@
|
|||
"ban": "ban",
|
||||
"issues": "git-issues",
|
||||
"license": "license-checker --production --onlyunknown --csv",
|
||||
"lint": "standard --verbose --fix 'src/*.js' 'cypress/**/*.js'",
|
||||
"prelint": "npm run pretty",
|
||||
"pretslint": "npm run pretty",
|
||||
"pretty": "prettier-standard 'src/*.ts' 'packages/**/*.ts'",
|
||||
"secure": "nsp check",
|
||||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
||||
|
|
Loading…
Add table
Reference in a new issue