Skip to content

Commit

Permalink
chore: revert workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juranki committed Jan 2, 2023
1 parent d8184ce commit 9e9ef34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
builds-on-every-os:
strategy:
matrix:
os: [macos-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7.19
version: latest
- uses: actions/setup-node@v3
with:
node-version: 16
Expand All @@ -32,7 +32,7 @@ jobs:

deploy-demo:
name: Deploy demo site
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"main": "index.js",
"scripts": {
"adapter-deps": "pnpm --filter=\"@sveltekit-cdk/adapter\" install && pnpm --filter=\"@sveltekit-cdk/constructsv2\" install && pnpm --filter=\"sveltekit-cdk\" install",
"adapter-deps": "pnpm --filter=\"@sveltekit-cdk/*\" install",
"build-adapter": "pnpm --filter=\"@sveltekit-cdk/*\" build",
"build-sample": "pnpm --filter=\"sample-site-v2\" build",
"build-test": "pnpm --filter=\"test\" build",
Expand Down

0 comments on commit 9e9ef34

Please sign in to comment.