We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecd146 commit 69ea345Copy full SHA for 69ea345
2 files changed
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [master]
8
9
+concurrency:
10
+ group: ci-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
build-and-test:
15
runs-on: ubuntu-latest
package.json
@@ -19,6 +19,7 @@
19
"examples": "npx tsx examples/showcase/run-examples.ts",
20
"examples:cdk": "npx tsx examples/aws-cdk-comparison/run-examples.ts",
21
"examples:all": "npm run examples && npm run examples:cdk",
22
+ "build:playground": "npm run build && npx tsx playground/build.ts",
23
"playground": "npx tsx playground/build.ts --serve",
24
"prepare": "husky"
25
},
0 commit comments