circleci v2

This commit is contained in:
Danny Coates 2018-02-25 15:44:46 -08:00
parent 74b9e364fe
commit fd2dfcc4f2
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 98 additions and 28 deletions

View file

@ -10,6 +10,7 @@
"scripts": {
"precommit": "lint-staged",
"prepush": "npm test",
"check": "nsp check",
"clean": "rimraf dist",
"build": "npm run clean && webpack -p",
"lint": "npm-run-all lint:*",