We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a85a5c commit d6227beCopy full SHA for d6227be
1 file changed
package.json
@@ -9,8 +9,8 @@
9
"types": "./dist/index.d.ts",
10
"module": "./dist/s2js.esm.js",
11
"scripts": {
12
- "build": "npx tsdx build --entry index.ts",
13
- "docs": "npx typedoc",
+ "build": "npx --yes tsdx@^0 build --entry index.ts",
+ "docs": "npx --yes typedoc",
14
"test": "node --import tsx --test [^_]**/[^_]*_test.ts",
15
"coverage": "npx c8 npm test",
16
"lint": "npx prettier --check .",
0 commit comments