Skip to content

Commit 911ecfa

Browse files
committed
fix: restore colors in CLI help output and use Node's resolution algorithm for workshop-app
- Add colors back to interactive keys display in yargs epilogue - Use import.meta.resolve() for finding workshop-app package instead of manual path resolution - Update example/epicshop/package.json to include @epic-web/workshop-cli dependency - Fixes GitHub Actions playwright tests that were failing due to missing CLI
1 parent 3e0d7b8 commit 911ecfa

2 files changed

Lines changed: 28696 additions & 28694 deletions

File tree

example/epicshop/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"type": "module",
33
"dependencies": {
44
"@epic-web/workshop-app": "file:../../packages/workshop-app",
5+
"@epic-web/workshop-cli": "file:../../packages/workshop-cli",
56
"@epic-web/workshop-utils": "file:../../packages/workshop-utils",
67
"fs-extra": "^11.2.0"
78
}

0 commit comments

Comments
 (0)