tangled
alpha
login
or
join now
hexmani.ac
/
clippr
12
fork
atom
social bookmarking for atproto
12
fork
atom
overview
issues
1
pulls
pipelines
[spindle] add clone parameters
hexmani.ac
8 months ago
5edf4a39
f73e9458
verified
This commit was signed with the committer's
known signature
.
hexmani.ac
SSH Key Fingerprint:
SHA256:tV3v2UX4P3x12jjh+mHVzpRQ4ZhNBCHoFwqRiYzzTcM=
0/3
build_backend.yaml
failed
10s
build_frontend.yaml
failed
10s
build_lexicons.yaml
failed
10s
+18
-3
3 changed files
expand all
collapse all
unified
split
.tangled
workflows
build_backend.yaml
build_frontend.yaml
build_lexicons.yaml
+6
-1
.tangled/workflows/build_backend.yaml
···
23
23
- name: "Build application"
24
24
command: "npm run build"
25
25
environment:
26
26
-
NODE_ENV: "production"
26
26
+
NODE_ENV: "production"
27
27
+
28
28
+
clone:
29
29
+
skip: false
30
30
+
depth: 50
31
31
+
submodules: true
+6
-1
.tangled/workflows/build_frontend.yaml
···
18
18
CI: true
19
19
20
20
- name: "Build frontend"
21
21
-
command: "npm run build"
21
21
+
command: "npm run build"
22
22
+
23
23
+
clone:
24
24
+
skip: false
25
25
+
depth: 50
26
26
+
submodules: true
+6
-1
.tangled/workflows/build_lexicons.yaml
···
23
23
- name: "Build package"
24
24
command: "npm run prepublish"
25
25
environment:
26
26
-
NODE_ENV: "production"
26
26
+
NODE_ENV: "production"
27
27
+
28
28
+
clone:
29
29
+
skip: false
30
30
+
depth: 50
31
31
+
submodules: true