We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753e5f9 commit 287e763Copy full SHA for 287e763
1 file changed
.github/workflows/node.js.yml
@@ -39,6 +39,7 @@ jobs:
39
working-directory: ./projects/shell
40
run: |
41
cat src/environments/environment.demo.ts > src/environments/environment.ts
42
+ cat public/federation.manifest.demo.json > public/federation.manifest.json
43
44
- name: Build all projects
45
run: npm run build:all:demo
0 commit comments