Skip to content

Commit 5d6175f

Browse files
committed
Write build output of app inside project dir
1 parent c95f8bb commit 5d6175f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# compiled output
4-
/dist
4+
/**/dist
55
/tmp
66
/out-tsc
77
/.angular

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": {
1313
"builder": "@angular-devkit/build-angular:browser",
1414
"options": {
15-
"outputPath": "dist/train-platform",
15+
"outputPath": "projects/train-platform/dist",
1616
"index": "projects/train-platform/src/index.html",
1717
"main": "projects/train-platform/src/main.ts",
1818
"polyfills": "projects/train-platform/src/polyfills.ts",

0 commit comments

Comments
 (0)