chore: fix ci commands

This commit is contained in:
calebboyd
2018-02-12 01:24:46 -06:00
committed by Caleb Boyd
parent babd6ac328
commit a4f4f3edf8
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"asset-compile": "ts-node tasks/asset-compile",
"test": "mocha",
"lint": "tslint \"{src,plugins,tasks}/**/*.ts\" --fix",
"prepublishOnly": "npm run lint && npm run build && npm test",
"prepare": "npm run lint && npm run build && npm test",
"prebuild": "rimraf lib",
"build": "tsc --declaration",
"postbuild": "ts-node tasks/post-build"