Skip to content

Commit e33dff4

Browse files
committed
remove postversion
1 parent 9b0a416 commit e33dff4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"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:'",
1010
"postcss": "postcss ./src/chota.css -d dist/",
1111
"watch": "cross-env NODE_ENV=development yarn postcss -w",
12-
"test": "stylelint src/*.css",
13-
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
12+
"test": "stylelint src/*.css"
1413
},
1514
"keywords": [
1615
"css",

0 commit comments

Comments
 (0)