Skip to content

Commit fac3c5d

Browse files
committed
Udpated package.json scripts
1 parent aa535ad commit fac3c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "webpack",
99
"watch": "webpack --watch",
1010
"stylelint": "stylelint index.scss src/**/*.scss",
11-
"prepublishOnly": "npm run eslint && npm run stylelint && rm ./dist/* && npm run build"
11+
"prepublishOnly": "npm run eslint && rm ./dist/* && npm run build"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)