Skip to content

Commit

Permalink
fix: vscode test command not running
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Nov 9, 2022
1 parent 155fbff commit 701714b
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 @@ -7,7 +7,7 @@
"build": "tsc -b",
"watch": "tsc -b --watch",
"test": "mocha",
"test:vscode": "yarn workspace typescript-explorer-vscode test",
"test:vscode": "yarn workspace typescript-explorer test",
"baseline-accept": "ts-node ./scripts/acceptBaselines.ts",
"lint": "eslint .",
"format:check": "prettier --check .",
Expand Down

0 comments on commit 701714b

Please sign in to comment.