Skip to content

Commit

Permalink
add base path to angular public app and remove the broken svelte one (#…
Browse files Browse the repository at this point in the history
…94)

* feat: deploy svelte and angular apps

* feat: deploy svelte and angular apps

* fix: angular build

* fix: angular deploy

* fix: remove svelte app from public repo
  • Loading branch information
davidecarpini authored Nov 24, 2023
1 parent 88b147b commit abded46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
cp -r apps/sample-vue-app/dist build/vue
cp -r apps/sample-react-app/build build/react
cp -r apps/sample-vanilla-app/dist build/vanilla
cp -r apps/sample-svelte-app/dist build/svelte
cp -r apps/sample-angular-app/dist/easy-angular build/angular
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"add-page": "ng g m pages/page-name --routing && ng g component pages/page-name --skip-tests",
"build": "ng build --configuration development",
"build": "ng build --configuration development --base-href /angular/",
"dev": "ng serve",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"watch": "ng build --watch --configuration development"
Expand Down

0 comments on commit abded46

Please sign in to comment.