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