Skip to content

Commit

Permalink
debugging why prod build doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed Apr 19, 2024
1 parent 5a1319a commit c1fe251
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 521 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "yarn jest",
"clear": "rimraf dist && rimraf .parcel-cache",
"start": "yarn && yarn clear && PORT=7777 parcel",
"build": "yarn && yarn clear && parcel build",
"build": "yarn && yarn clear && parcel build --public-url .",
"build:copy-cname": "cp .github/CNAME dist"
},
"private": true,
Expand All @@ -19,8 +19,8 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@parcel/optimizer-data-url": "2.10.3",
"@parcel/transformer-inline-string": "2.10.3",
"@parcel/optimizer-data-url": "^2.12.0",
"@parcel/transformer-inline-string": "^2.12.0",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.80.2",
"@react-three/fiber": "^8.16.2",
Expand Down Expand Up @@ -61,7 +61,7 @@
"nanoid": "^5.0.3",
"nanoid-dictionary": "^4.3.0",
"pako": "^2.1.0",
"parcel": "^2.9.3",
"parcel": "^2.12.0",
"path-browserify": "^1.0.0",
"peerjs": "^1.5.2",
"postcss": "^8.4.27",
Expand Down
Loading

0 comments on commit c1fe251

Please sign in to comment.