Skip to content

Commit d6227be

Browse files
committed
fix(build): pin npx dependencies
1 parent 1a85a5c commit d6227be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"types": "./dist/index.d.ts",
1010
"module": "./dist/s2js.esm.js",
1111
"scripts": {
12-
"build": "npx tsdx build --entry index.ts",
13-
"docs": "npx typedoc",
12+
"build": "npx --yes tsdx@^0 build --entry index.ts",
13+
"docs": "npx --yes typedoc",
1414
"test": "node --import tsx --test [^_]**/[^_]*_test.ts",
1515
"coverage": "npx c8 npm test",
1616
"lint": "npx prettier --check .",

0 commit comments

Comments
 (0)