tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
41
fork
atom
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork
atom
overview
issues
2
pulls
pipelines
adfa
@nekomimi.pet
4 months ago
c6769eb0
5ad28a01
0/1
upload-demo-to-wisp.yml
failed
20s
+2
-9
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
upload-demo-to-wisp.yml
+2
-9
.tangled/workflows/upload-demo-to-wisp.yml
···
10
10
dependencies:
11
11
nixpkgs:
12
12
- nodejs
13
13
-
- findutils
13
13
+
- coreutils
14
14
github:NixOS/nixpkgs/nixpkgs-unstable:
15
15
- bun
16
16
···
24
24
command: |
25
25
export PATH="$HOME/.nix-profile/bin:$PATH"
26
26
27
27
-
ENV_PATH=$(find /nix/store -name "env" -path "*/coreutils*/bin/env" | head -1)
28
28
-
mkdir -p /usr/bin
29
29
-
ln -sf "$ENV_PATH" /usr/bin/env
30
30
-
ls -la /usr/bin
31
31
-
32
32
-
/usr/bin/env node --version
33
33
-
34
27
bun install
35
35
-
bun run build:demo
28
28
+
bunx vite build -m demo
36
29
37
30
- name: upload to wisp
38
31
command: |