Skip to content

Commit fa5d22a

Browse files
Updated script when publishing docs
1 parent 0e74ea2 commit fa5d22a

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
@@ -42,7 +42,7 @@
4242
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run-script validate && git status -s",
4343
"prepublishOnly": "npm run-script build && run-p validate test",
4444
"preversion": "run-p lint test",
45-
"postversion": "git push && git push --tags && npm run-script docs && git commit -m \"Updated docs.\" docs && git push",
45+
"postversion": "git push && git push --tags && npm run-script docs && git add -A && git commit -m \"Updated docs.\" docs && git push",
4646
"test": "mocha -r ts-node/register tests/**/*.ts",
4747
"validate": "node ./.build/validate-package.js"
4848
},

0 commit comments

Comments
 (0)