Skip to content

Commit

Permalink
add build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Feb 18, 2024
1 parent 5effb6e commit a0efb40
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 @@ -151,7 +151,7 @@
"scripts": {
"analyze": "source-map-explorer build/static/js/**/*.js",
"start": "craco start",
"build": "craco build && sw-precache --config=sw-precache-config.js",
"build": "craco build --verbose && sw-precache --config=sw-precache-config.js",
"build-cordova-debug": "react-app-rewired build",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
Expand Down

0 comments on commit a0efb40

Please sign in to comment.