Skip to content

Commit 38a01b1

Browse files
committed
feat(tests): use lerna run test at the monorepo level
1 parent d6ba41c commit 38a01b1

File tree

12 files changed

+5423
-1086
lines changed

12 files changed

+5423
-1086
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bootstrap": "lerna bootstrap --hoist tap --hoist eslin* --hoist husky --hoist prettier --hoist pretty-quick",
77
"precommit": "pretty-quick --staged",
88
"prettier": "prettier --config .prettierrc --write ./**/*.js",
9-
"test": "tap packages/core/test/*_tests.js --reporter spec --coverage"
9+
"test": "lerna run test"
1010
},
1111
"nyc": {
1212
"exclude": [

0 commit comments

Comments
 (0)