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", "types": "./@types/index.d.ts",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"watch": "npm run build -- --watch" "watch": "npm run build -- --watch",
"prepare": "npm run build"
}, },
"author": "Kuba Orlik", "author": "Kuba Orlik",
"license": "ISC", "license": "ISC",

Loading…
Cancel
Save