Skip to content

Commit 05311ef

Browse files
committed
feat: npm run check script
1 parent c77c896 commit 05311ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/typescript-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: npm ci
2424

2525
- name: Run TypeScript check
26-
run: npx tsc --noEmit
26+
run: npm run check

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"license": "AGPL-3.0-only",
1515
"scripts": {
1616
"build": "npx tsc",
17+
"check": "npx tsc --noEmit",
1718
"start": "node index",
1819
"server": "npm run build && npm run start",
1920
"docker:build": "docker build --tag diepcustom .",

0 commit comments

Comments
 (0)