We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e502263 commit 41bac9dCopy full SHA for 41bac9d
.github/workflows/test-release.yml
@@ -13,7 +13,7 @@ jobs:
13
run: |
14
TAG="$(${{ github.ref_name == 'main' }} && echo 'latest' || echo '${{ github.ref_name }}')"
15
- name: Create Analog Application
16
- run: npm create analog@$TAG analog-app
+ run: npm create analog@$TAG analog-app -- --skipTailwind --analogSFC=false --template latest
17
- name: Build and Test
18
19
cd analog-app
0 commit comments