chore(ci): semantic commit

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-12 13:57:23 -02:00
parent 6a08f084e7
commit 8fcc3cc78a

View file

@ -39,7 +39,7 @@
"lint": "standard --verbose --fix 'src/*.js' 'cypress/**/*.js'",
"prelint": "npm run pretty",
"pretty": "prettier-standard 'src/*.ts' 'packages/**/*.ts'",
"secure": "nsp check",
"secure": "nsp check --no-verify",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"unused-deps": "dependency-check --unused --no-dev ./package.json",
"travis-deploy-once": "travis-deploy-once --pro",