Skip to content

Commit 41bac9d

Browse files
chore: fix app command [skip ci]
1 parent e502263 commit 41bac9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
TAG="$(${{ github.ref_name == 'main' }} && echo 'latest' || echo '${{ github.ref_name }}')"
1515
- name: Create Analog Application
16-
run: npm create analog@$TAG analog-app
16+
run: npm create analog@$TAG analog-app -- --skipTailwind --analogSFC=false --template latest
1717
- name: Build and Test
1818
run: |
1919
cd analog-app

0 commit comments

Comments
 (0)