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 0e74ea2 commit fa5d22aCopy full SHA for fa5d22a
package.json
@@ -42,7 +42,7 @@
42
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run-script validate && git status -s",
43
"prepublishOnly": "npm run-script build && run-p validate test",
44
"preversion": "run-p lint test",
45
- "postversion": "git push && git push --tags && npm run-script docs && git commit -m \"Updated docs.\" docs && git push",
+ "postversion": "git push && git push --tags && npm run-script docs && git add -A && git commit -m \"Updated docs.\" docs && git push",
46
"test": "mocha -r ts-node/register tests/**/*.ts",
47
"validate": "node ./.build/validate-package.js"
48
},
0 commit comments