Skip to content

Commit

Permalink
package.json: fix generating release commit (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 3, 2021
1 parent d5eac89 commit 88a2f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"preversion": ". ./resources/checkgit.sh && npm ci",
"version": "node resources/gen-version.js && npm test && git add src/version.js",
"version": "node resources/gen-version.js && npm test && git add src/version.ts",
"fuzzonly": "mocha --full-trace src/**/__tests__/**/*-fuzz.ts",
"changelog": "node resources/gen-changelog.js",
"benchmark": "node benchmark/benchmark.js",
Expand Down

0 comments on commit 88a2f47

Please sign in to comment.