Skip to content

Commit 735c712

Browse files
fix: broken deployment on netlify
1 parent 8d98cec commit 735c712

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

apps/ngu-carousel-example/project.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": {
1717
"executor": "@angular-devkit/build-angular:application",
1818
"options": {
19-
"outputPath": "dist/apps/ngu-carousel-example/browser",
19+
"outputPath": "dist/apps/ngu-carousel-example",
2020
"index": "apps/ngu-carousel-example/src/index.html",
2121
"browser": "apps/ngu-carousel-example/src/main.ts",
2222
"polyfills": [],
@@ -32,7 +32,9 @@
3232
"apps/ngu-carousel-example/src/styles.scss"
3333
],
3434
"scripts": [],
35-
"allowedCommonJsDependencies": ["hammerjs"]
35+
"allowedCommonJsDependencies": [
36+
"hammerjs"
37+
]
3638
},
3739
"configurations": {
3840
"production": {
@@ -89,14 +91,19 @@
8991
"apps/ngu-carousel-example/src/favicon.ico",
9092
"apps/ngu-carousel-example/src/assets"
9193
],
92-
"styles": ["apps/ngu-carousel-example/src/styles.scss"],
94+
"styles": [
95+
"apps/ngu-carousel-example/src/styles.scss"
96+
],
9397
"scripts": []
9498
}
9599
},
96100
"lint": {
97101
"executor": "@nx/eslint:lint",
98102
"options": {
99-
"lintFilePatterns": ["{projectRoot}/**/*.ts", "{projectRoot}/**/*.html"]
103+
"lintFilePatterns": [
104+
"{projectRoot}/**/*.ts",
105+
"{projectRoot}/**/*.html"
106+
]
100107
}
101108
},
102109
"generate-bundle": {
@@ -145,7 +152,9 @@
145152
"prerender": {
146153
"executor": "@angular-devkit/build-angular:prerender",
147154
"options": {
148-
"routes": ["/"]
155+
"routes": [
156+
"/"
157+
]
149158
},
150159
"configurations": {
151160
"production": {
@@ -160,4 +169,4 @@
160169
"defaultConfiguration": "production"
161170
}
162171
}
163-
}
172+
}

0 commit comments

Comments
 (0)