Commit 674b96a1 authored by GuessWhoSamFoo's avatar GuessWhoSamFoo
Browse files

Added cache busting to ng build

Signed-off-by: default avatarGuessWhoSamFoo <foos@vmware.com>
parent 8fb30b5a
Showing with 1 addition and 1 deletion
+1 -1
......@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "node --max-old-space-size=8000 ./node_modules/@angular/cli/bin/ng build --prod",
"build": "node --max-old-space-size=8000 ./node_modules/@angular/cli/bin/ng build --prod --output-hashing=all",
"test": "ng test --browsers=ChromeDebug",
"test:headless": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "ng lint",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment