commit
8b4ae421de
2 changed files with 3 additions and 1 deletions
2
.github/workflows/deploy-demo.yml
vendored
2
.github/workflows/deploy-demo.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue