Skip to content

Commit 623cb52

Browse files
committed
chore: run script check before test to ensure types are generated
1 parent 8f9759b commit 623cb52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automated-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
cache-dependency-path: 'package-lock.json'
1919
- run: npm ci
2020
- run: npm run release:lint
21-
- run: npm run release:test
2221
- run: npm run release:check
22+
- run: npm run release:test
2323
- run: npm run release:build
2424
- run: >
2525
npx

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"prepare": "husky && cd tools && node generateDiffSequenceEsm.js && cd ..",
6767
"release": "npm-run-all release:**",
6868
"release:lint": "npm run lint",
69-
"release:test": "npm run test-ci",
7069
"release:check": "npm run check",
70+
"release:test": "npm run test-ci",
7171
"release:version": "standard-version",
7272
"release:build": "npm run build",
7373
"release:push": "git push && git push --tag",

0 commit comments

Comments
 (0)