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 f63a9b9 commit c2c1783Copy full SHA for c2c1783
package.json
@@ -43,6 +43,7 @@
43
"build": "napi build --platform --release",
44
"build:debug": "napi build --platform",
45
"prepublishOnly": "napi prepublish -t npm",
46
+ "release": "standard-version -i HISTORY.md",
47
"test": "mocha --recursive test/",
48
"version": "napi version"
49
}
0 commit comments