Skip to content

Commit f69b549

Browse files
committed
build: Removed duplicated stylelint on new version flow
1 parent d5e0f6c commit f69b549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"watch-sass": "npm run sass-to-css -- -wr",
1313
"clean-css": "cleancss --level 2 --source-map --format beautify -o dist/main.css dist/main.css",
1414
"clean-css-min": "cleancss --debug --source-map -o dist/main.min.css dist/main.css",
15-
"preversion": "npm run stylelint && npm run build",
15+
"preversion": "npm run build",
1616
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md",
1717
"postversion": "npm publish --access public",
1818
"postpublish": "git push && git push --tags",

0 commit comments

Comments
 (0)