chore(ci): semantic commit
This commit is contained in:
parent
8fcc3cc78a
commit
4b81c6cf1c
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
"lint": "standard --verbose --fix 'src/*.js' 'cypress/**/*.js'",
|
"lint": "standard --verbose --fix 'src/*.js' 'cypress/**/*.js'",
|
||||||
"prelint": "npm run pretty",
|
"prelint": "npm run pretty",
|
||||||
"pretty": "prettier-standard 'src/*.ts' 'packages/**/*.ts'",
|
"pretty": "prettier-standard 'src/*.ts' 'packages/**/*.ts'",
|
||||||
"secure": "nsp check --no-verify",
|
"secure": "nsp check",
|
||||||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
||||||
"unused-deps": "dependency-check --unused --no-dev ./package.json",
|
"unused-deps": "dependency-check --unused --no-dev ./package.json",
|
||||||
"travis-deploy-once": "travis-deploy-once --pro",
|
"travis-deploy-once": "travis-deploy-once --pro",
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
],
|
],
|
||||||
"pre-push": [
|
"pre-push": [
|
||||||
"echo skip npm run unused-deps",
|
"echo skip npm run unused-deps",
|
||||||
"npm run secure",
|
"echo skip npm npm run secure",
|
||||||
"npm run license",
|
"npm run license",
|
||||||
"npm run ban -- --all",
|
"npm run ban -- --all",
|
||||||
"npm run size"
|
"npm run size"
|
||||||
|
|
Loading…
Add table
Reference in a new issue