Skip to content

Commit

Permalink
fix: add verbose flag so that we can see what's failing
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 5, 2023
1 parent ebee7ab commit 8d97f29
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 @@ -12,7 +12,7 @@
"start": "npm run build:sw && concurrently \"npm run start:app\" \"npm run start:firebase-emulators\"",
"start:app": "dotenv grunt",
"start:firebase-emulators": "firebase emulators:start --import emulator_data --export-on-exit --only functions,auth,ui,firestore",
"build:stage": "npm run build:sw && grunt build-stage",
"build:stage": "npm run build:sw && grunt build-stage -v",
"build:prod": "npm run build:sw && grunt build-prod",
"build:sw": "esbuild _src/ServiceWorker.js --bundle --outfile=src/ServiceWorker.js --define:process.env.FIREBASE_CONFIG=$(npx dotenv -p FIREBASE_CONFIG)"
},
Expand Down

0 comments on commit 8d97f29

Please sign in to comment.