Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3537522
D7021.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
974 B
Referenced Files
None
Subscribers
None
D7021.diff
View Options
diff --git a/keyserver/addons/rust-node-addon/package.json b/keyserver/addons/rust-node-addon/package.json
--- a/keyserver/addons/rust-node-addon/package.json
+++ b/keyserver/addons/rust-node-addon/package.json
@@ -33,8 +33,8 @@
},
"scripts": {
"artifacts": "napi artifacts",
- "build": "yarn install-ci-deps && napi build --platform napi --release",
- "build:debug": "napi build --platform napi",
+ "build": "napi build --platform napi --release",
+ "build:debug": "yarn install-ci-deps && napi build --platform napi",
"version": "napi version",
"postinstall": "bash ./postinstall.sh",
"clean": "rm -rf target/ && rm -rf napi/ && rm -rf node_modules/",
diff --git a/keyserver/addons/rust-node-addon/postinstall.sh b/keyserver/addons/rust-node-addon/postinstall.sh
--- a/keyserver/addons/rust-node-addon/postinstall.sh
+++ b/keyserver/addons/rust-node-addon/postinstall.sh
@@ -7,4 +7,4 @@
exit 0
fi
-yarn build
+yarn build:debug
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 9:46 PM (10 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2708643
Default Alt Text
D7021.diff (974 B)
Attached To
Mode
D7021: [keyserver] Use `build:debug` instead of `build` in `postinstall`
Attached
Detach File
Event Timeline
Log In to Comment