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