Skip to content

Commit

Permalink
added empty test scripts to stop lerna from reporting missing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed Jun 5, 2017
1 parent 1bf8d94 commit 4a7bdec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion detox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "1.0.1",
"description": "detox CLI tool wrapper",
"main": "index.js",
"scripts": {},
"scripts": {
"test": ":"
},
"bin": {
"detox": "./cli.sh"
},
Expand Down
1 change: 1 addition & 0 deletions detox-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"scripts": {
"build": "BABEL_ENV=test babel src -d lib",
"start": "node lib/cli.js",
"test": ":",
"prepublish": "npm run build"
},
"bugs": {
Expand Down

0 comments on commit 4a7bdec

Please sign in to comment.