Skip to content

Commit 9930176

Browse files
committed
chore(moon): remove linux specific target for the moment
1 parent 75a01d0 commit 9930176

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/core/moon.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ tasks:
77
- "build-native-addon"
88

99
build-native-addon:
10-
deps:
11-
- "build-native-addon-linux-x64"
12-
13-
build-native-addon-linux-x64:
1410
command: prebuildify --napi --strip
1511
inputs:
1612
- "src/measurement.cc"
1713
- "binding.gyp"
1814
outputs:
19-
- "prebuilds/linux-x64"
15+
- "prebuilds"

0 commit comments

Comments
 (0)