Skip to content

Commit 73e868a

Browse files
remove the tsx req for workspace command line
1 parent 49834d3 commit 73e868a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest run",
1212
"test:watch": "vitest",
1313
"test:coverage": "vitest run --coverage",
14-
"lock-workspace": "tsx src/cli/lock-workspace.ts"
14+
"lock-workspace": "node --import tsx/esm src/cli/lock-workspace.ts 2>/dev/null || node dist/cli/lock-workspace.js"
1515
},
1616
"dependencies": {
1717
"cors": "^2.8.5",

0 commit comments

Comments
 (0)