We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efd0f9 commit a7ade06Copy full SHA for a7ade06
.github/workflows/publish.yml
@@ -20,4 +20,16 @@ jobs:
20
cache: npm
21
- run: npm ci
22
- run: npm run build
23
- - run: npx pkg-pr-new publish
+ - 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