Commit 5e090db8 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: add yarn-analyze (#6400)

parent cf959494
...@@ -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",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment