Change install script to prepare

master
Kuba Orlik 3 years ago
parent 377f9b2fdf
commit aac27e9d0c

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

Loading…
Cancel
Save