Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
test: run packages tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Apr 5, 2018
1 parent 7638a62 commit 3a34a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "lerna exec 'npm test'",
"postinstall": "lerna bootstrap",
"prepublish": "lerna exec 'eslint .'",
"publish": "lerna publish"
Expand Down

0 comments on commit 3a34a2b

Please sign in to comment.