1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 07:03:35 +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", "build": "scripts/build",
"prepare": "npm run build", "prepare": "npm run build",
"lint": "stylelint --quiet --syntax scss **/*.scss", "lint": "stylelint --quiet --syntax scss **/*.scss",
"pretest": "npm run lint", "test": "npm run lint",
"test": "jest",
"prepublishOnly": "../../script/notify pending", "prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success" "postpublish": "../../script/notify success"
}, },