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

add lint script to top package.json

This commit is contained in:
Shawn Allen 2017-07-14 15:09:39 -07:00
parent e440eaaecc
commit 38ee966db6

View File

@ -8,6 +8,7 @@
"release": "lerna publish",
"release-candidate": "lerna publish --npm-tag=rc",
"release-canary": "lerna publish --npm-tag=canary --canary",
"lint": "lerna run lint",
"test": "lerna run test"
},
"devDependencies": {