tangled
alpha
login
or
join now
danabra.mov
/
rscexplorer
37
fork
atom
A tool for people curious about the React Server Components protocol
rscexplorer.dev/
rsc
react
37
fork
atom
overview
issues
pulls
pipelines
hmm
danabra.mov
2 months ago
2e62baaf
47efe8fe
0/1
ci.yaml
failed
1min 52s
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
ci.yaml
+1
-1
.tangled/workflows/ci.yaml
···
12
12
- name: install
13
13
command: npm install
14
14
- name: test
15
15
-
command: CHROMIUM_PATH=$(which chromium) npm test
15
15
+
command: CHROMIUM_PATH=$(command -v chromium) npm test
16
16
- name: build versions
17
17
command: npm run build:versions