We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe161c3 commit 731efe7Copy full SHA for 731efe7
.github/workflows/validate.yml
@@ -30,18 +30,18 @@ jobs:
30
run: npm install -g epicshop@latest
31
32
- name: 🎊 Configure epicshop
33
- run: epicshop config --repos-dir ./workshops
+ run: epicshop config --repos-dir .
34
35
- name: ▶️ Add repo
36
- run: npx --yes epicshop@latest add react-fundamentals
+ run: epicshop add workshop
37
38
- name: ʦ TypeScript
39
run: npm run typecheck
40
- working-directory: ./workshops/react-fundamentals
+ working-directory: ./workshop
41
42
- name: ⬣ ESLint
43
run: npm run lint
44
45
46
# TODO: get this working again
47
# - name: ⬇️ Install Playwright
0 commit comments