Skip to content

Commit c8aefc6

Browse files
Merge branch 'fix/npm-audit-remediation' into dev
2 parents eae045b + 5453669 commit c8aefc6

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"os"
2121
],
2222
"outputPath": {
23-
"base": "dist"
23+
"base": "dist",
24+
"browser": ""
2425
},
2526
"index": "src/index.html",
2627
"tsConfig": "src/tsconfig.app.json",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"scripts": {
66
"ng": "ng",
77
"dev": "ng serve --disable-host-check --host 0.0.0.0 --watch --configuration=local ",
8-
"postinstall": "node scripts/postinstall.js",
98
"start": "ng serve",
109
"build": "ng build --output-hashing=all",
1110
"build-local": "ng build --output-hashing=all --configuration=local",

scripts/postinstall.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)