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 0c7f10e commit fdce2fcCopy full SHA for fdce2fc
packages/test-case-component/package.json
@@ -5,7 +5,7 @@
5
"description": "Component for displaying results of test cases in cursorless-vscode-e2e",
6
"main": "./out/index.js",
7
"scripts": {
8
- "build": "tsx src/buildDictionary",
+ "build": "my-ts-node src/buildDictionary.ts",
9
"test": "jest",
10
"test:watch": "jest --watch",
11
"compile:tsc": "tsc --build",
0 commit comments