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 4a0cbe1 commit 6096aabCopy full SHA for 6096aab
packages/test-case-component/package.json
@@ -14,7 +14,8 @@
14
"watch:tsc": "pnpm compile:tsc --watch",
15
"watch:esbuild": "pnpm compile:esbuild --watch",
16
"watch": "pnpm run --filter @cursorless/test-case-component --parallel '/^watch:.*/'",
17
- "clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
+ "clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build",
18
+ "convert-fixtures": "pnpm tsx ./src/scripts/yml-to-json.ts ../../data/example-files ./src/data/languages"
19
},
20
"keywords": [],
21
"author": "",
@@ -42,6 +43,7 @@
42
43
"devDependencies": {
44
"@types/fs-extra": "^11.0.4",
45
"@types/jest": "29.5.12",
46
+ "@types/js-yaml": "^4.0.9",
47
"@types/react": "18.2.71",
48
"shiki": "^3.2.2",
49
"jest": "29.7.0",
0 commit comments