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 6cbeb6e commit 5792944Copy full SHA for 5792944
package.json
@@ -48,7 +48,7 @@
48
"artifacts": "napi artifacts",
49
"build": "napi build --platform --release",
50
"build:debug": "napi build --platform",
51
- "preversion": "napi build --platform",
+ "preversion": "napi build --platform && git add .",
52
"prepublishOnly": "napi prepublish -t npm",
53
"test": "ava",
54
"version": "napi version"
0 commit comments