Skip to content

Commit 73b6f8d

Browse files
committed
build: ts validation
1 parent c2bb41e commit 73b6f8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
"url": "https://github.com/adaltas/node-ssh2-exec.git"
7777
},
7878
"scripts": {
79-
"build": "tsup-node",
79+
"build": "npm run build:check && npm run build:dist",
80+
"build:dist": "tsup-node",
81+
"build:check": "npx tsc --noEmit",
8082
"docs": "npm run docs:html && npm run docs:md",
8183
"docs:html": "typedoc --readme none --out docs/types/html --skipErrorChecking src/index.ts",
8284
"docs:md": "typedoc --plugin typedoc-plugin-markdown --readme none --out docs/types/md --skipErrorChecking src/index.ts",

0 commit comments

Comments
 (0)