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 5e3fa44 commit 9791778Copy full SHA for 9791778
package.json
@@ -11,7 +11,7 @@
11
"lint": "clang-format -i src/*.cc src/*.h && eslint lib/*.js test/*.js bench/*.js scripts/*.js",
12
"bench": "node bench/bench.js",
13
"doc": "documentation readme --section=API --config=documentation.yml src/*.cc",
14
- "preversion": "npm run lint && npm run test && npm run doc",
+ "preversion": "npm run lint && npm run test && npm run doc && git add README.md",
15
"version": "git add package.json",
16
"postversion": "git push && git push --tags && node ./scripts/publish-packages.js",
17
"gcov": "mkdir -p coverage && cd coverage && gcov -o ../build/Debug/obj.target/exprtk.js/src ../src/*",
0 commit comments