1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00

remove primer package scripts from root

This commit is contained in:
broccolini 2017-06-10 17:33:38 -04:00
parent 37deeffdc3
commit 78323e5e5f

View File

@ -14,10 +14,7 @@
"scripts": {
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
"updated": "lerna updated",
"build": "primer-module-build index.scss",
"prepublish": "npm run build",
"test": "npm run build"
"updated": "lerna updated"
},
"devDependencies": {
"lerna": "^2.0.0-rc.2",