build: add yarn-analyze (#6400)
Showing
... | ... | @@ -20,6 +20,7 @@ |
"postinstall": "patch-package", | ||
"start": "craco start", | ||
"build": "craco build", | ||
"analyze": "source-map-explorer 'build/static/js/*.js'", | ||
"serve": "serve build -l 3000", | ||
"lint": "yarn eslint --ignore-path .gitignore --cache --cache-location node_modules/.cache/eslint/ .", | ||
"typecheck": "tsc --noEmit", | ||
... | ... | @@ -113,6 +114,7 @@ |
"prettier": "^2.7.1", | ||
"react-scripts": "^4.0.3", | ||
"serve": "^11.3.2", | ||
"source-map-explorer": "^2.5.3", | ||
"ts-transform-graphql-tag": "^0.2.1", | ||
"typechain": "^5.0.0", | ||
"typescript": "^4.4.3", | ||
... | ... |
Please register or sign in to comment