Add prepare script so it gets compiled

master
Kuba Orlik 4 years ago
parent b9eb9711ba
commit ab147c657d

@ -6,7 +6,8 @@
"types": "./@types/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "npm run build -- --watch"
"watch": "npm run build -- --watch",
"prepare": "npm run build"
},
"author": "Kuba Orlik",
"license": "ISC",

Loading…
Cancel
Save