We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99cb04 commit e7ed988Copy full SHA for e7ed988
package.json
@@ -15,8 +15,7 @@
15
"publish": "npx lerna publish --conventional-commits",
16
"reinstall": "npm run clean && npm install",
17
"start": "npx lerna run start --stream --parallel --include-filtered-dependencies",
18
- "test": "npx cross-env AVA_VERBOSE=--verbose npx lerna run test --stream --parallel --include-filtered-dependencies",
19
- "travis": "npx trevor"
+ "test": "npx cross-env AVA_VERBOSE=--verbose npx lerna run test --stream --parallel --include-filtered-dependencies"
20
},
21
"lint-staged": {
22
"*.js": [
@@ -79,7 +78,6 @@
79
78
"lint-staged": "^4.0.1",
80
"npx": "^9.6.0",
81
"prettier": "^1.5.2",
82
- "trevor": "^2.3.0",
83
"xo": "^0.18.2",
84
"yarn": "^1.2.1"
85
}
0 commit comments