Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/svelte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- "LICENSE"
- "**/.husky"
- "sanity-cms/**"
- "express-api/**"
- "rust-api/**"
- "elixir-api/**"

concurrency:
group: ci
Expand Down Expand Up @@ -45,12 +42,9 @@ jobs:
run: make install-web
- name: Run lint check
run: (cd ./svelte-app && pnpm lint)
tests:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit

deploy:
name: Deploy
needs: [lint, tests]
needs: [lint]
uses: ./.github/workflows/netlify-deploy.yml
secrets: inherit
85 changes: 0 additions & 85 deletions .github/workflows/test.yml

This file was deleted.

18 changes: 9 additions & 9 deletions sanity-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"lint": "pnpm format && pnpm eslint --fix './**/*.{ts,js}' "
},
"dependencies": {
"@sanity/code-input": "4.1.4",
"@sanity/ui": "2.8.8",
"@sanity/vision": "3.52.2",
"ace-builds": "1.34.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"sanity": "3.52.2",
"styled-components": "6.1.12"
"@sanity/code-input": "7.0.3",
"@sanity/ui": "3.1.1",
"@sanity/vision": "5.1.0",
"ace-builds": "1.43.5",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "5.5.0",
"sanity": "5.1.0",
"styled-components": "6.1.19"
},
"devDependencies": {
"@babel/core": "7.24.9",
Expand Down
Loading