Skip to content

Commit

Permalink
Real release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Aug 15, 2024
1 parent 6c461cf commit 330e910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"is-git-clean": "(git diff --quiet --exit-code --cached && git diff --quiet --exit-code) || (echo Please commit or stash changes && exit 1)",
"release": "yarn version",
"prerelease": "yarn is-git-clean && yarn test-minify && yarn load-options",
"postrelease": "echo npm publish && git push && git push --tags && echo \"Successfully released version $npm_package_version\""
"postrelease": "npm publish && git push && git push --tags && echo \"Successfully released version $npm_package_version\""
},
"keywords": [
"search",
Expand Down Expand Up @@ -79,4 +79,4 @@
"bracketSpacing": false,
"trailingComma": "es5"
}
}
}

0 comments on commit 330e910

Please sign in to comment.