We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660f19c commit 42d87fdCopy full SHA for 42d87fd
2 files changed
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
7
branches:
8
- master
9
env:
10
- CI: false
+ CI: true
11
jobs:
12
test:
13
if: false
package.json
@@ -4,7 +4,8 @@
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
- "build": "ng build",
+ "build": "ng build --configuration production",
+ "build:dev": "ng build --configuration development",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:all": "gulp test:all",
@@ -52,6 +53,7 @@
52
53
"@angular/cli": "~16.1.0",
54
"@angular/compiler-cli": "^16.1.0",
55
"@types/jasmine": "~4.3.0",
56
+ "@types/node": "^18.19.124",
57
"@visual-framework/vf-config": "1.0.1-alpha.0",
58
"@visual-framework/vf-core": "2.2.47",
59
"glob": "^7.2.0",
0 commit comments