fix: support ci build configuration #4
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