1
1
mirror of https://github.com/primer/css.git synced 2025-01-02 19:22:04 +03:00

remove top-level test script for now

This commit is contained in:
Shawn Allen 2017-07-07 15:49:42 -07:00
parent f71f97d400
commit 172f6c247c

View File

@ -7,8 +7,7 @@
"diff": "lerna diff",
"release": "lerna publish --skip-git",
"release-candidate": "lerna publish --skip-git --npm-tag=rc",
"release-canary": "lerna publish --skip-git --canary=commit --cd-version=patch",
"test": "lerna run test"
"release-canary": "lerna publish --skip-git --canary=commit --cd-version=patch"
},
"devDependencies": {
"lerna": "^2.0.0-rc.5"