@brickhouse-tech/angular-lts 1.9.0 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickhouse-tech/angular-lts",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "license": "MIT",
5
5
  "branchVersion": "^1.8.0",
6
6
  "branchPattern": "1.8.*",
@@ -24,8 +24,8 @@
24
24
  "README.md"
25
25
  ],
26
26
  "scripts": {
27
- "build": "npx grunt package && cp build/angular.js build/angular.min.js build/angular.min.js.map . 2>/dev/null || true",
28
- "prepublishOnly": "echo 'Run npm run build first if dist files are missing'",
27
+ "build": "npx grunt validate-angular-files clean buildall write && cp build/angular.js . && npx terser angular.js -o angular.min.js --source-map \"filename=angular.min.js.map\" -c -m",
28
+ "prepublishOnly": "npm run build",
29
29
  "lint": "npx grunt eslint",
30
30
  "test": "npx grunt test:promises-aplus",
31
31
  "test-i18n": "jasmine-node i18n/spec",