We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0a416 commit e33dff4Copy full SHA for e33dff4
package.json
@@ -9,8 +9,7 @@
9
"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:'",
10
"postcss": "postcss ./src/chota.css -d dist/",
11
"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!\""
+ "test": "stylelint src/*.css"
14
},
15
"keywords": [
16
"css",
0 commit comments