Prepare script

master
Kuba Orlik 4 years ago
parent 8e962c3f52
commit 0a21a73b6a

@ -8,7 +8,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 build"
}, },
"dependencies": { "dependencies": {
"@types/node": "^14.14.17" "@types/node": "^14.14.17"

Loading…
Cancel
Save