Merge pull request #39 from brianpooe/feature/gh-pages

fix: wip
This commit is contained in:
Brian Pooe 2023-08-09 11:22:32 +02:00 committed by GitHub
commit 8b4ae421de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,8 @@ jobs:
node-version: 18
- name: Install and Build 🔧
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm i --legacy-peer-deps
- name: Build app for production 💥
run: npx nx build ngx-responsive-table-demo -c production

View file

@ -6,7 +6,7 @@
"start:paystack:demo": "nx serve ns-paystack-demo",
"start:table:demo": "nx serve ngx-responsive-table-demo",
"prepare": "husky install",
"deploy:ngx-responsive-table-demo": "npx ngh --dir=dist/apps/ngx-responsive-table-demo"
"deploy:ngx-responsive-table-demo": "npx angular-cli-ghpages --dir=dist/apps/ngx-responsive-table-demo --name=Brian Pooe --email=brian.method@gmail.com --no-silent"
},
"dependencies": {
"@angular/animations": "~16.1.0",