Skip to content

Commit

Permalink
Add --subresource-integrity flag to ng build step (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmreid authored Jun 17, 2020
1 parent 9a0ba65 commit 11a05e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"webservice": "./scripts/run-webservice-script.sh",
"prebuild": "ts-node -O '{\"module\":\"commonjs\"}' git.version.ts && ./scripts/generate-openapi-script.sh",
"prebuild.prod": "npm run prebuild",
"build.prod": "npx ng build --progress false --prod",
"build": "npx ng build --progress false",
"build.prod": "npx ng build --progress false --prod --subresource-integrity",
"build": "npx ng build --progress false --subresource-integrity",
"license": "license-checker --excludePackages [email protected] --csv > THIRD-PARTY-LICENSES.csv",
"compodoc": "npx compodoc -p src/tsconfig.compodoc.json --output docs",
"test": "npx ng test",
Expand Down

0 comments on commit 11a05e2

Please sign in to comment.