1
Fork 0

add prepare script

This commit is contained in:
Conduitry 2018-10-02 18:41:41 -04:00
parent 5400f5c6c4
commit c7c7d8ce1b

View file

@ -32,7 +32,8 @@
"@types/node": "*"
},
"scripts": {
"build": "tsc && rollup -c rollup/prod.js",
"dev": "rollup -c rollup/dev.js -w",
"build": "tsc && rollup -c rollup/prod.js"
"prepare": "npm run build"
}
}