Skip to content

Commit

Permalink
Merge pull request #209 from TorstenDittmann/remove-turbo
Browse files Browse the repository at this point in the history
feat: remove turbo
  • Loading branch information
TorstenDittmann authored Aug 21, 2024
2 parents 97d8afa + 1dc40c8 commit 63338c6
Show file tree
Hide file tree
Showing 11 changed files with 6,851 additions and 12,336 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run lint
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run publish-packages
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm run build && pnpm publish -r
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npx playwright install --with-deps chromium
- run: npm test
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpx playwright install --with-deps chromium
- run: pnpm test
10 changes: 5 additions & 5 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-cloudflare": "^4.4.0",
"@sveltejs/kit": "*",
"@sveltejs/kit": "catalog:default",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "*",
"@typescript-eslint/parser": "catalog:default",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "*",
"prettier": "catalog:default",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "*",
"svelte": "catalog:default",
"svelte-check": "^3.6.2",
"svelte-markdoc-preprocess": "*",
"svelte-markdoc-preprocess": "workspace:*",
"tslib": "^2.4.1",
"typescript": "^5.5.2",
"vite": "^5.0.0"
Expand Down
Loading

0 comments on commit 63338c6

Please sign in to comment.