Skip to content

Commit

Permalink
chore: configure outputPath
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-skryl committed Apr 28, 2024
1 parent 1d5fdc4 commit d8f55e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"browser": "src/main.ts",
"polyfills": ["zone.js"],
"inlineStyleLanguage": "scss",
"outputPath": "dist/demo",
"outputPath": "docs/",
"scripts": [],
"styles": ["src/styles.scss"],
"stylePreprocessorOptions": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --output-path docs"
"build": "ng build --base-href /multi-step-form/"
},
"dependencies": {
"@angular/animations": "^17.2.0",
Expand Down

0 comments on commit d8f55e6

Please sign in to comment.