Skip to content

Commit 9791778

Browse files
committed
commit the new README on release
1 parent 5e3fa44 commit 9791778

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
@@ -11,7 +11,7 @@
1111
"lint": "clang-format -i src/*.cc src/*.h && eslint lib/*.js test/*.js bench/*.js scripts/*.js",
1212
"bench": "node bench/bench.js",
1313
"doc": "documentation readme --section=API --config=documentation.yml src/*.cc",
14-
"preversion": "npm run lint && npm run test && npm run doc",
14+
"preversion": "npm run lint && npm run test && npm run doc && git add README.md",
1515
"version": "git add package.json",
1616
"postversion": "git push && git push --tags && node ./scripts/publish-packages.js",
1717
"gcov": "mkdir -p coverage && cd coverage && gcov -o ../build/Debug/obj.target/exprtk.js/src ../src/*",

0 commit comments

Comments
 (0)