Remove prepare step

master
Kuba Orlik 4 years ago
parent 842231155a
commit 377f9b2fdf

@ -6,8 +6,7 @@
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"watch": "npm run build -- --watch", "watch": "npm run build -- --watch",
"install": "npm run build", "install": "npm run build"
"prepare": "npm run build"
}, },
"types": "./@types", "types": "./@types",
"dependencies": { "dependencies": {

Loading…
Cancel
Save