Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piglovesyou committed Jan 3, 2024
1 parent fcbbb5c commit 2313de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"test": "jest",
"gh-pages": "gh-pages -d dist",
"preversion": "npm-run-all lint test build",
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && yarn gh-pages"
"postversion": "git push --tags && yarn publish . --tag $npm_package_version --tag latest && yarn gh-pages"
}
}

0 comments on commit 2313de7

Please sign in to comment.