Skip to content

Commit 69ea345

Browse files
committed
* Fix deploy to playground
1 parent 6ecd146 commit 69ea345

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [master]
88

9+
concurrency:
10+
group: ci-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
build-and-test:
1115
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"examples": "npx tsx examples/showcase/run-examples.ts",
2020
"examples:cdk": "npx tsx examples/aws-cdk-comparison/run-examples.ts",
2121
"examples:all": "npm run examples && npm run examples:cdk",
22+
"build:playground": "npm run build && npx tsx playground/build.ts",
2223
"playground": "npx tsx playground/build.ts --serve",
2324
"prepare": "husky"
2425
},

0 commit comments

Comments
 (0)