Skip to content

Commit

Permalink
cosmetic: rearrange root package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Aug 12, 2019
1 parent ccb8861 commit 09c12ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,15 +8,15 @@
"scripts": {
"install": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"lint": "lerna run --scope=@aragon/templates-* lint",
"test": "npm run test:all",
"test:all": "lerna run --scope=@aragon/templates-* --concurrency=1 --stream test:geth",
"test:bare": "lerna run --scope=@aragon/templates-bare --stream test:geth",
"test:trust": "lerna run --scope=@aragon/templates-trust --stream test:geth",
"test:company": "lerna run --scope=@aragon/templates-company --stream test:geth",
"test:company:board": "lerna run --scope=@aragon/templates-company-board --stream test:geth",
"test:membership": "lerna run --scope=@aragon/templates-membership --stream test:geth",
"test:reputation": "lerna run --scope=@aragon/templates-reputation --stream test:geth",
"lint": "lerna run --scope=@aragon/templates-* lint"
"test:reputation": "lerna run --scope=@aragon/templates-reputation --stream test:geth"
},
"devDependencies": {
"lerna": "^3.0.0"
Expand Down

0 comments on commit 09c12ff

Please sign in to comment.