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 3ad3348 commit b0c0303Copy full SHA for b0c0303
2 files changed
.github/workflows/surge-preview.yml
@@ -31,6 +31,7 @@ jobs:
31
echo "enabled=false" >> "$GITHUB_OUTPUT"
32
fi
33
- name: Install dependencies
34
+ if: ${{ steps.surge-token.outputs.enabled == 'true' }}
35
run: npm install --ignore-scripts --no-audit --loglevel=warn
36
- name: Build preview
37
if: ${{ steps.surge-token.outputs.enabled == 'true' }}
.prettierignore
@@ -0,0 +1,14 @@
1
+node_modules
2
+coverage
3
+docs-dist
4
+dist
5
+es
6
+lib
7
+.dumi/tmp
8
+.dumi/tmp-production
9
+.vercel
10
+package-lock.json
11
+pnpm-lock.yaml
12
+yarn.lock
13
+bun.lockb
14
+*.log
0 commit comments