mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
test(cli-command): add unit tests for CLI command executor
Solution-ID: SOL-1735386000001 Issue-ID: ISS-1766921318981-15 Task-ID: T1
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"scripts": {
|
||||
"build": "tsc -p ccw/tsconfig.json",
|
||||
"start": "node ccw/bin/ccw.js",
|
||||
"test": "node --test ccw/tests/*.test.js",
|
||||
"test": "node --experimental-strip-types --test ccw/tests/*.test.js",
|
||||
"prepublishOnly": "npm run build && echo 'Ready to publish @dyw/claude-code-workflow'"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user