Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit d825af9

Browse files
committed
npm version
1 parent 5e425d4 commit d825af9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"copy:files": "copyfiles \"stubs/**/*.stub\" build",
1919
"copy:instructions_md": "copyfiles \"instructions.md\" build",
2020
"build": "npm run compile",
21-
"prepublishOnly": "npm run build"
21+
"prepublishOnly": "npm run build",
22+
"version": "git add -A ."
2223
},
2324
"repository": {
2425
"type": "git",

0 commit comments

Comments
 (0)