feat(chore): updated version up to angular 14 and nx 14 #1205

Merged
SvetlanaMuravlova merged 15 commits from updated-version into development 2022-09-28 09:05:37 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 06d08038c3 - Show all commits

View File

@@ -114,7 +114,7 @@
]
}
},
"defaultConfiguration": ""
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",

View File

@@ -7,9 +7,9 @@
"ng": "nx",
"start": "ng serve",
"demo.build": "ng build",
"demo.build-prod": "ng build --prod",
"demo.build-prod": "ng build",
"build": "nx run ng2-file-upload:build",
"build-prod": "nx run ng2-file-upload:build:production",
"build-prod": "nx run ng2-file-upload:build",
"build.watch": "nx run ng2-file-upload:build --watch",
"lint": "nx run-many --target=lint --all",
"test": "nx run-many --target=test --all",