tangled
alpha
login
or
join now
frontpage.fyi
/
frontpage
21
fork
atom
AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
21
fork
atom
overview
issues
pulls
pipelines
Update build dependencies
tom.sherman.is
3 months ago
e2074b18
404d1330
verified
This commit was signed with the committer's
known signature
.
tom.sherman.is
SSH Key Fingerprint:
SHA256:s683B2DU0yXjYHmKfzMF5t1GryE92wn75ZgRoLJ76HY=
+3
-1
1 changed file
expand all
collapse all
unified
split
turbo.json
+3
-1
turbo.json
···
2
2
"$schema": "https://turbo.build/schema.json",
3
3
"ui": "tui",
4
4
"tasks": {
5
5
-
"build": {},
5
5
+
"build": {
6
6
+
"dependsOn": ["^build"]
7
7
+
},
6
8
"dev": {
7
9
"persistent": true,
8
10
"dependsOn": ["^build"]