Skip to content

Commit

Permalink
chore: update build config (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored Sep 11, 2023
1 parent b3787eb commit 2e03c79
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 172 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
name: Build and Test
name: Test
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand All @@ -38,5 +38,5 @@ jobs:
- name: Typecheck
run: yarn check

- name: Build all apps
run: npm run build
# - name: Build all apps
# run: npm run build
4 changes: 2 additions & 2 deletions apps/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.22.6",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
Expand All @@ -30,6 +29,7 @@
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^2.30.0",
"decimal.js": "^10.4.3",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"postcss": "^8.4.28",
"svelte-chartjs": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/analytics/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-static'
import adapter from '@sveltejs/adapter-vercel'
import {vitePreprocess} from '@sveltejs/kit/vite'
import path from 'path'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^18.17.6",
"husky": "^8.0.3",
"turbo": "^1.10.12",
"turbo": "latest",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 2e03c79

Please sign in to comment.