Skip to content

Commit 42d87fd

Browse files
committed
chore: Build fix try 4 - package.json update for build error fix
1 parent 660f19c commit 42d87fd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- master
99
env:
10-
CI: false
10+
CI: true
1111
jobs:
1212
test:
1313
if: false

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build",
7+
"build": "ng build --configuration production",
8+
"build:dev": "ng build --configuration development",
89
"watch": "ng build --watch --configuration development",
910
"test": "ng test",
1011
"test:all": "gulp test:all",
@@ -52,6 +53,7 @@
5253
"@angular/cli": "~16.1.0",
5354
"@angular/compiler-cli": "^16.1.0",
5455
"@types/jasmine": "~4.3.0",
56+
"@types/node": "^18.19.124",
5557
"@visual-framework/vf-config": "1.0.1-alpha.0",
5658
"@visual-framework/vf-core": "2.2.47",
5759
"glob": "^7.2.0",

0 commit comments

Comments
 (0)