Skip to content

Commit

Permalink
fix: Git working directory not clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Aug 14, 2023
1 parent f7d50a8 commit 9006407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"dist": "yarn clean && yarn build",
"docs": "yarn docs:build",
"docs:build": "yarn typedoc",
"docs:release": "yarn docs:build && git add docs/* && git commit -m \"docs: Updated API\"",
"docs:release": "yarn docs:build && git add docs/* && git commit -m \"docs: Updated API\" && git push origin",
"fix": "yarn fix:other && yarn fix:code",
"fix:code": "yarn lint:code --fix",
"fix:other": "yarn prettier --write",
Expand Down

0 comments on commit 9006407

Please sign in to comment.