Skip to content

Commit 92555ed

Browse files
committed
feature(ci): Replace environment file with demo version
1 parent c4e8452 commit 92555ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
working-directory: ./projects/template-editor
3333
run: npm ci
3434

35+
- name: Replace environment file with demo version
36+
working-directory: ./projects/shell
37+
run: |
38+
cat src/environments/environment.demo.ts > src/environments/environment.ts
39+
3540
- name: Build all projects
3641
run: npm run build:all:demo
3742

0 commit comments

Comments
 (0)