We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42511d commit bbef60eCopy full SHA for bbef60e
2 files changed
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
run: pnpm run build:lib
33
34
- name: Build demo application
35
- run: pnpm run build -- demo-ngx-theme-stack
+ run: pnpm run build:demo
36
37
- name: Deploy to Cloudflare Pages
38
uses: cloudflare/wrangler-action@v3
package.json
@@ -6,6 +6,7 @@
6
"start:demo": "ng serve -o demo-ngx-theme-stack",
7
"build": "ng build",
8
"build:lib": "ng build ngx-theme-stack && cd projects/ngx-theme-stack/ && pnpm run build",
9
+ "build:demo": "ng build demo-ngx-theme-stack",
10
"watch": "ng build --watch --configuration development",
11
"test": "ng test",
12
"lint": "ng lint",
0 commit comments