Navigation Menu

Skip to content

Commit

Permalink
build: Make base package commands use lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Feb 21, 2019
1 parent 847c135 commit 24a747b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,8 +2,8 @@
"private": true,
"name": "buttplug",
"scripts": {
"build": "yarn workspace buttplug build && yarn workspace buttplug-node-bluetoothle-manager build && yarn workspace buttplug-node-websockets build",
"test": "yarn workspace buttplug test && yarn workspace buttplug-node-websockets test"
"build": "lerna run build",
"test": "lerna run test"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 24a747b

Please sign in to comment.