Skip to content

Commit

Permalink
remove postversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jenil committed Mar 22, 2023
1 parent 9b0a416 commit e33dff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"build": "rimraf dist/* && stylelint src/*.css --fix && yarn postcss && cross-env NODE_ENV=production yarn postcss --ext .min.css && gzip -c dist/chota.min.css | wc -c | xargs echo 'Size:'",
"postcss": "postcss ./src/chota.css -d dist/",
"watch": "cross-env NODE_ENV=development yarn postcss -w",
"test": "stylelint src/*.css",
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
"test": "stylelint src/*.css"
},
"keywords": [
"css",
Expand Down

0 comments on commit e33dff4

Please sign in to comment.