Skip to content

Commit

Permalink
fix: dont generate sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSM committed Oct 13, 2023
1 parent 5746e2b commit c53eab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"scripts": {
"start": "yarn verifyCacheVersion && d2-app-scripts start",
"start:forCypress": "node scripts/startAppForCypress.js",
"build": "yarn verifyCacheVersion && d2-app-scripts build && cp ./package.json ./build/app/package.json",
"build": "yarn verifyCacheVersion && GENERATE_SOURCEMAP=false d2-app-scripts build && cp ./package.json ./build/app/package.json",
"build:standalone": "GENERATE_SOURCEMAP=false d2-app-scripts build --standalone",
"test": "d2-app-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand",
Expand Down

0 comments on commit c53eab7

Please sign in to comment.