Skip to content
Snippets Groups Projects
Commit 5bd7f454 authored by OZGCloud's avatar OZGCloud
Browse files

update dependency; remove verbose from script

parent 8ae49b6d
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main --first-only --create-ivy-entry-points", "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main --first-only --create-ivy-entry-points",
"start": "nx serve --port 4300 --disable-host-check --verbose", "start": "nx serve --port 4300 --disable-host-check",
"start-for-screenreader": "nx serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose", "start-for-screenreader": "nx serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose",
"start:devbe": "nx serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose", "start:devbe": "nx serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
"build": "nx build", "build": "nx build",
...@@ -131,6 +131,6 @@ ...@@ -131,6 +131,6 @@
"sonarqube-scanner": "2.9.1", "sonarqube-scanner": "2.9.1",
"ts-jest": "28.0.8", "ts-jest": "28.0.8",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "4.8.4" "typescript": "4.9.5"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment