1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 06:32:00 +03:00

chore: just run lint for testing

This commit is contained in:
Shawn Allen 2019-01-28 16:11:13 -08:00
parent 9876a2e1e4
commit 96e5902af6

View File

@ -25,8 +25,7 @@
"build": "scripts/build",
"prepare": "npm run build",
"lint": "stylelint --quiet --syntax scss **/*.scss",
"pretest": "npm run lint",
"test": "jest",
"test": "npm run lint",
"prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success"
},