Skip to content

Commit 0d9ff8d

Browse files
authored
build: disable napi-rs publishing (#643)
1 parent f304db5 commit 0d9ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
"lint": "eslint --max-warnings=0 && cargo clippy -- -Dwarnings",
9696
"lint:fix": "eslint --max-warnings=0 --fix && cargo clippy --fix --allow-dirty",
9797
"prepare": "patch-package && husky",
98-
"prepublishOnly": "npm run build && napi prepublish -t npm"
98+
"prepublishOnly": "npm run build && napi prepublish -t npm --no-gh-release --skip-optional-publish"
9999
}
100100
}

0 commit comments

Comments
 (0)