Skip to content

Commit 943799a

Browse files
committed
bootstrap epicstack on the current directory
1 parent 6e660b6 commit 943799a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
node-version: 22
2222

2323
- name: Bootstrap project
24-
run: SKIP_DEPLOYMENT=true npx epicli new project
24+
run: SKIP_DEPLOYMENT=true npx epicli new ./
2525

2626
- name: Install pre-release
2727
run: |
28-
cd ./project
2928
npm i https://pkg.pr.new/@conform-to/react@904 https://pkg.pr.new/@conform-to/zod@904
3029
3130
- name: Copy test env vars

0 commit comments

Comments
 (0)