add back prebuild
This commit is contained in:
parent
55c0cdd045
commit
b103785226
@ -9,6 +9,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "parcel index.html",
|
"start": "parcel index.html",
|
||||||
"build": "parcel build index.html --no-source-maps --detailed-report",
|
"build": "parcel build index.html --no-source-maps --detailed-report",
|
||||||
|
"prebuild": "yarn run typecheck",
|
||||||
"typecheck": "tsc --noEmit --jsx preserve",
|
"typecheck": "tsc --noEmit --jsx preserve",
|
||||||
"lint": "eslint --ext .ts,.tsx,.js .",
|
"lint": "eslint --ext .ts,.tsx,.js .",
|
||||||
"lint-fix": "eslint --ext .ts,.tsx,.js . --fix"
|
"lint-fix": "eslint --ext .ts,.tsx,.js . --fix"
|
||||||
|
Loading…
Reference in New Issue
Block a user