Skip to content

Commit

Permalink
chore: Follow pattern for files in /src and not /src/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium committed Apr 6, 2024
1 parent d55839b commit f793231
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-case-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Component for displaying results of test cases in cursorless-vscode-e2e",
"main": "./out/index.js",
"scripts": {
"build": "tsx src/lib/buildDictionary",
"build": "tsx src/buildDictionary",
"test": "jest",
"test:watch": "jest --watch",
"compile:tsc": "tsc --build",
Expand Down

0 comments on commit f793231

Please sign in to comment.