Skip to content

Commit 8108a85

Browse files
committed
fix: broken cli npm script after refactor
1 parent 95ac9a3 commit 8108a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:embed:playwright": "playwright test test/wokwi-embed",
1717
"test:embed:playwright:ui": "playwright test test/wokwi-embed --ui",
1818
"test:cli:integration": "pnpm exec tsx scripts/test-cli-integration.ts",
19-
"cli": "tsx packages/wokwi-cli/src/main.ts",
19+
"cli": "tsx packages/cli/src/main.ts",
2020
"prepare": "husky install"
2121
},
2222
"author": "Uri Shaked",

0 commit comments

Comments
 (0)