We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f304db5 commit 0d9ff8dCopy full SHA for 0d9ff8d
package.json
@@ -95,6 +95,6 @@
95
"lint": "eslint --max-warnings=0 && cargo clippy -- -Dwarnings",
96
"lint:fix": "eslint --max-warnings=0 --fix && cargo clippy --fix --allow-dirty",
97
"prepare": "patch-package && husky",
98
- "prepublishOnly": "npm run build && napi prepublish -t npm"
+ "prepublishOnly": "npm run build && napi prepublish -t npm --no-gh-release --skip-optional-publish"
99
}
100
0 commit comments