Skip to content

Commit b1de131

Browse files
committed
ci: update concurrency settings and format peerDependencies in package.json
1 parent 94eb26e commit b1de131

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
branches:
1010
- main
1111

12-
# Cancel any in-progress run for the same ref (branch/PR) when a new commit is pushed.
1312
concurrency:
1413
group: ${{ github.workflow }}-${{ github.ref }}
1514
cancel-in-progress: true

assets/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,15 @@
5959
"vite": ">=3"
6060
},
6161
"peerDependenciesMeta": {
62-
"@hotwired/stimulus": { "optional": true },
63-
"@rsbuild/core": { "optional": true },
64-
"vite": { "optional": true }
62+
"@hotwired/stimulus": {
63+
"optional": true
64+
},
65+
"@rsbuild/core": {
66+
"optional": true
67+
},
68+
"vite": {
69+
"optional": true
70+
}
6571
},
6672
"dependencies": {
6773
"unplugin": "^2.3.4"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)