Commit 54ca9f3
committed
fix(samples): give playgrounds their own package names
Two playgrounds shipped duplicate @cpp.js/sample-* names (backend-nodejs and
backend-nodejs-multithread both claimed sample-backend-nodejs-wasm; the
multithread vite playground claimed playground-web-vite). The sample-* names
wrongly pulled them into CI's build:samples, where the geo-stack wasm dists
do not exist — previously masked by the silent exit-0 run path, now an honest
failure on build-linux.1 parent 406b5e3 commit 54ca9f3
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- cppjs-samples
- cppjs-playground-backend-nodejs-multithread
- cppjs-playground-backend-nodejs
- cppjs-playground-web-vite-multithread
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments