Skip to content

Commit a7ade06

Browse files
feat: publish examples with pkg-pr-new for PR testing
1 parent 1efd0f9 commit a7ade06

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,16 @@ jobs:
2020
cache: npm
2121
- run: npm ci
2222
- run: npm run build
23-
- run: npx pkg-pr-new publish
23+
- run: npm run examples:build
24+
- run: |
25+
npx pkg-pr-new publish \
26+
. \
27+
./examples/basic-server-react \
28+
./examples/basic-server-vanillajs \
29+
./examples/budget-allocator-server \
30+
./examples/cohort-heatmap-server \
31+
./examples/customer-segmentation-server \
32+
./examples/scenario-modeler-server \
33+
./examples/system-monitor-server \
34+
./examples/threejs-server \
35+
./examples/wiki-explorer-server

0 commit comments

Comments
 (0)