chore(package): prepublishOnly script

This commit is contained in:
Julien Fontanet
2018-04-09 16:02:17 +02:00
parent 6280a9365c
commit b1c851c9d6

View File

@@ -53,6 +53,7 @@
"dev": "tsc -w",
"lint": "tslint 'src/*.ts'",
"posttest": "npm run lint",
"prepublishOnly": "npm run build",
"start": "node dist/index.js"
},
"config": {