Skip to content

Commit

Permalink
chore(package): add analyze script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Oct 11, 2023
1 parent b82e339 commit d3630e0
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 0 deletions.
259 changes: 259 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"webrtc-adapter": "^8.2.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "cross-env REACT_APP_HOMEPAGE=$(npm pkg get homepage) react-scripts start",
"start:tracker": "bittorrent-tracker",
"start:streamsaver": "serve -p 3015 node_modules/streamsaver",
Expand Down Expand Up @@ -105,6 +106,7 @@
"pretty-quick": "^3.1.3",
"process": "^0.11.10",
"serve": "^14.1.2",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.1.8",
"url": "^0.11.0",
"util": "^0.12.5"
Expand Down

0 comments on commit d3630e0

Please sign in to comment.