Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit c538f5c

Browse files
committed
AG-9505 Add charts enterprise to integrated charts
1 parent 9b74edb commit c538f5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"author": "Sean Landsman <sean@thelandsmans.com>",
1111
"scripts": {
1212
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve --port 8080",
13-
"build": "NODE_OPTIONS=\"--openssl-legacy-provider --max-old-space-size=8192\" ng build --aot && npm run hash",
13+
"build": "NODE_OPTIONS=\"--openssl-legacy-provider --max-old-space-size=8192\" ng build --aot",
1414
"build-prod": "npm run build",
15-
"hash": "sh ./hashDirectory.sh > .hash",
1615
"lint": "tslint \"src/**/*.ts\""
1716
},
1817
"private": true,
@@ -58,4 +57,4 @@
5857
"karma-jasmine-html-reporter": "~1.7.0",
5958
"typescript": "~4.7.4"
6059
}
61-
}
60+
}

0 commit comments

Comments
 (0)