Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into windows-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jul 23, 2020
2 parents 75488b8 + e19ae6c commit 3b0fec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"scripts": {
"build-backend": "cd build && bk-build.sh",
"full-build-dev": "npm run build-dev; npm run build-backend",
"fetch-backend-deps": "cd build && bk-fetch-deps.sh",
"test-backend": "cd build && bk-build.sh test",
"fetch-backend-deps": "./build/bk-fetch-deps.sh",
"test-backend": "./build/bk-build.sh test",
"update-webdriver": "webdriver-manager update",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod",
"build-cf": "node --max_old_space_size=1500 --gc_interval=100 node_modules/@angular/cli/bin/ng build --prod",
"build-dev": "ng build --dev",
"prebuild-ui": "npm run build && gulp package-prebuild",
"prebuild-ui": "npm run build && npm run prebuild-zip",
"prebuild-zip": "node build/prebuild-zip.js",
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -134,7 +134,7 @@
"karma-jasmine-html-reporter": "^1.5.3",
"karma-spec-reporter": "0.0.32",
"kind-of": "^6.0.3",
"lodash": "^4.17.13",
"lodash": "^4.17.19",
"mem": "6.1.0",
"mktemp": "^1.0.0",
"ng-packagr": "^9.1.1",
Expand Down

0 comments on commit 3b0fec5

Please sign in to comment.