Merge pull request 'fix: support ci build configuration' (#4) from fix/ci-build-configuration into main
Reviewed-on: #4
This commit is contained in:
commit
8069a225d6
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.angular/
|
||||
dist/
|
||||
node_modules/
|
||||
|
|
@ -14,6 +14,9 @@
|
|||
"browser": "src/main.ts",
|
||||
"index": "src/index.html",
|
||||
"tsConfig": "tsconfig.app.json"
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue