tangled
alpha
login
or
join now
sharpmars.nekoweb.org
/
leaflet-md
33
fork
atom
CLI tool to sync your Markdown to Leaflet
leafletpub
atproto
cli
markdown
33
fork
atom
overview
issues
2
pulls
pipelines
Install JS deps in workflow
sharpmars.nekoweb.org
4 months ago
b8baa10d
b1a94032
0/1
publish.yml
failed
8s
+2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
publish.yml
+2
.tangled/workflows/publish.yml
···
12
12
- bun
13
13
14
14
steps:
15
15
+
- name: "install dependencies"
16
16
+
command: "bun i"
15
17
- name: "publish to npm"
16
18
command: "bun run publish-npm"