Skip to content

Commit 0e97e10

Browse files
committed
chore: debug
1 parent a65f4d1 commit 0e97e10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
- name: Build packages
2525
run: pnpm build
2626

27+
- name: Debug
28+
run:
29+
cd packages/npm/@amazeelabs/decap-cms-backend-token-auth && pnpm
30+
test:static
31+
2732
- name: Run static tests
2833
if: startsWith(github.head_ref, 'test-all/') == false
2934
run: pnpm test:static

packages/npm/@amazeelabs/decap-cms-backend-token-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"scripts": {
29-
"test:static": "tsc --noEmit && eslint \"**/*.{ts,tsx,js,jsx}\" --ignore-path=\"./.gitignore\"",
29+
"test:static": "tsc --noEmit && eslint \"**/*.{ts,tsx,js,jsx}\" --ignore-path=\"./.gitignore\" --debug",
3030
"test:unit": "vitest run --passWithNoTests",
3131
"prep": "rm -rf build && tsc -p tsconfig.build.json",
3232
"build": "pnpm prep",

0 commit comments

Comments
 (0)