Skip to content

Commit ebb23c2

Browse files
committed
Make CI check stable
Signed-off-by: moznion <moznion@mail.moznion.net>
1 parent bebac91 commit ebb23c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: npm ci
2222
- name: run eslint
2323
run: npm run lint
24+
- name: run build
25+
run: npm run build
2426
- name: run test
2527
run: npm run test
2628

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"test": "TS_DYNAMODB_ATTR_TRANSFORMER_LENIENT_TYPE_CHECK=true jest",
9+
"test": "TS_DYNAMODB_ATTR_TRANSFORMER_LENIENT_TYPE_CHECK=true jest --no-cache",
1010
"fmt": "find -name '*.ts' -not -path './node_modules/*' | xargs prettier --write",
1111
"lint": "eslint .",
1212
"release": "npm run build && npm publish"

0 commit comments

Comments
 (0)