-
- Downloads
Remove prepare script
... | @@ -24,7 +24,6 @@ | ... | @@ -24,7 +24,6 @@ |
"typescript": "^4.0.2" | "typescript": "^4.0.2" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"prepare": "yarn build", | |||
"start": "tsc --watch", | "start": "tsc --watch", | ||
"build": "tsc", | "build": "tsc", | ||
"test": "jest", | "test": "jest", | ||
... | ... |
Please register or sign in to comment