Skip to content

Commit f793231

Browse files
committed
chore: Follow pattern for files in /src and not /src/lib
1 parent d55839b commit f793231

8 files changed

+1
-1
lines changed

packages/test-case-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Component for displaying results of test cases in cursorless-vscode-e2e",
66
"main": "./out/index.js",
77
"scripts": {
8-
"build": "tsx src/lib/buildDictionary",
8+
"build": "tsx src/buildDictionary",
99
"test": "jest",
1010
"test:watch": "jest --watch",
1111
"compile:tsc": "tsc --build",

0 commit comments

Comments
 (0)