We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bb41e commit 73b6f8dCopy full SHA for 73b6f8d
package.json
@@ -76,7 +76,9 @@
76
"url": "https://github.com/adaltas/node-ssh2-exec.git"
77
},
78
"scripts": {
79
- "build": "tsup-node",
+ "build": "npm run build:check && npm run build:dist",
80
+ "build:dist": "tsup-node",
81
+ "build:check": "npx tsc --noEmit",
82
"docs": "npm run docs:html && npm run docs:md",
83
"docs:html": "typedoc --readme none --out docs/types/html --skipErrorChecking src/index.ts",
84
"docs:md": "typedoc --plugin typedoc-plugin-markdown --readme none --out docs/types/md --skipErrorChecking src/index.ts",
0 commit comments