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 734e17b commit 69958c6Copy full SHA for 69958c6
.github/workflows/GHPages.yml
@@ -29,12 +29,14 @@ jobs:
29
- uses: actions/setup-node@v4
30
- name: Install
31
run: pnpm install
32
- - name: Build
+ - name: Build eslint-plugin-svelte
33
run: |
34
cd packages/eslint-plugin-svelte
35
pnpm run update
36
pnpm build
37
- cd ../../docs-svelte-kit
+ - name: Build docs-svelte-kit
38
+ run: |
39
+ cd ./docs-svelte-kit
40
export NODE_OPTIONS="--max-old-space-size=8192"
41
42
- name: Setup Pages
.github/workflows/GHPagestest.yml
0 commit comments