We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5352703 commit a694093Copy full SHA for a694093
package.json
@@ -30,7 +30,7 @@
30
"dev": "npm run --stream --parallel dev --workspaces --if-present",
31
"publish:neovim": "cd packages/neovim && cp ../../README.md . && cp ../../CHANGELOG.md . && npm publish",
32
"test": "npm run test --workspaces --if-present",
33
- "test-coverage": "npm run test --workspaces --if-present",
+ "test-coverage": "npm run test-coverage --workspaces --if-present",
34
"test-staged": "npm run test-staged --workspaces --if-present -- --",
35
"test-missing-apis": "npm run test-missing-apis --workspaces --if-present",
36
"test-lint": "npm run lint",
0 commit comments