We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e0f6c commit f69b549Copy full SHA for f69b549
package.json
@@ -12,7 +12,7 @@
12
"watch-sass": "npm run sass-to-css -- -wr",
13
"clean-css": "cleancss --level 2 --source-map --format beautify -o dist/main.css dist/main.css",
14
"clean-css-min": "cleancss --debug --source-map -o dist/main.min.css dist/main.css",
15
- "preversion": "npm run stylelint && npm run build",
+ "preversion": "npm run build",
16
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md",
17
"postversion": "npm publish --access public",
18
"postpublish": "git push && git push --tags",
0 commit comments