Skip to content

Commit

Permalink
Fix build pipeline(#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbjorn authored Nov 21, 2024
1 parent 2dcb434 commit a82e6dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Build
run: |
pnpm run fetch-json-schema-docs
pnpm run build
- name: Deploy to GitHub Pages
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"fetch-json-schema-docs": "node scripts/fetch_json_schema_docs.js",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"make-guide-images": "vite-node scripts/make_guide_images.ts"
Expand Down
64 changes: 0 additions & 64 deletions scripts/fetch_json_schema_docs.js

This file was deleted.

0 comments on commit a82e6dd

Please sign in to comment.