projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7746e8c
)
Activate 6.0 in d.ts exporter
author
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 15 Sep 2023 13:59:02 +0000
(15:59 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 15 Sep 2023 13:59:02 +0000
(15:59 +0200)
.github/workflows/d-ts.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/d-ts.yml
b/.github/workflows/d-ts.yml
index 008dc002a1c0af73ea5a1e4dcf473a721f88ec53..29837c83721c08e32587f62a768b56244285e258 100644
(file)
--- a/
.github/workflows/d-ts.yml
+++ b/
.github/workflows/d-ts.yml
@@
-13,6
+13,7
@@
jobs:
fail-fast: false
matrix:
branch:
+ - '6.0'
- 'master'
steps:
- run: |
@@
-49,7
+50,7
@@
jobs:
jq --argfile dependencies ../package.json '.dependencies = ($dependencies |.dependencies)' ./package.json \
|sponge ./package.json
-
+
if ! git diff --quiet package.json; then
npm install
fi