We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77c896 commit 05311efCopy full SHA for 05311ef
.github/workflows/typescript-check.yml
@@ -23,4 +23,4 @@ jobs:
23
run: npm ci
24
25
- name: Run TypeScript check
26
- run: npx tsc --noEmit
+ run: npm run check
package.json
@@ -14,6 +14,7 @@
14
"license": "AGPL-3.0-only",
15
"scripts": {
16
"build": "npx tsc",
17
+ "check": "npx tsc --noEmit",
18
"start": "node index",
19
"server": "npm run build && npm run start",
20
"docker:build": "docker build --tag diepcustom .",
0 commit comments