Skip to content

Commit 3d4ccfb

Browse files
committed
approve builds so we can actually build the deps from source
1 parent 61c4937 commit 3d4ccfb

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"pnpm": {
99
"overrides": {
1010
"@babel/traverse@<7.23.2": ">=7.23.2"
11-
}
11+
},
12+
"onlyBuiltDependencies": [
13+
"@cocalc/fuse-native",
14+
"@wwa/statvfs",
15+
"lz4"
16+
]
1217
}
1318
}

websocket-sftp/package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
"test": "pnpm exec jest dist",
1717
"test-all": "pnpm clean && pnpm install && pnpm build && pnpm test"
1818
},
19-
"files": [
20-
"dist/**",
21-
"README.md",
22-
"package.json"
23-
],
19+
"files": ["dist/**", "README.md", "package.json"],
2420
"engines": {
2521
"node": ">=0.16.0"
2622
},
@@ -47,12 +43,7 @@
4743
"port-get": "^1.0.0",
4844
"ws": "^8.18.0"
4945
},
50-
"keywords": [
51-
"sftp",
52-
"server",
53-
"client",
54-
"ws"
55-
],
46+
"keywords": ["sftp", "server", "client", "ws"],
5647
"license": "MIT",
5748
"repository": {
5849
"type": "git",

0 commit comments

Comments
 (0)