chore: 🤖 add test:ci script

This commit is contained in:
Christian Kaisermann 2019-11-25 11:35:05 -03:00
parent ceacbaf990
commit dcf36b575a

View File

@ -20,6 +20,7 @@
"pretest": "npm run build",
"test": "jest --no-cache --verbose",
"test:watch": "jest --no-cache --verbose --watchAll",
"test:ci": "jest --no-cache --silent",
"lint": "eslint \"src/**/*.js\"",
"format": "prettier --loglevel silent --write \"src/**/*.js\" && eslint --fix \"src/**/*.js\"",
"prepublishOnly": "npm run format && npm run test && npm run build"