Skip to content

Commit 5792944

Browse files
committed
chore: fix preversion script
1 parent 6cbeb6e commit 5792944

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
@@ -48,7 +48,7 @@
4848
"artifacts": "napi artifacts",
4949
"build": "napi build --platform --release",
5050
"build:debug": "napi build --platform",
51-
"preversion": "napi build --platform",
51+
"preversion": "napi build --platform && git add .",
5252
"prepublishOnly": "napi prepublish -t npm",
5353
"test": "ava",
5454
"version": "napi version"

0 commit comments

Comments
 (0)