👷‍♂️ Add preinstall script

This commit is contained in:
C-3PO 2018-10-19 00:02:14 +02:00
parent c1f95c6adf
commit 92dd87172e
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -9,6 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"preinstall": "npm start",
"start": "rm -rf dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},