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 14adae2 commit 745914fCopy full SHA for 745914f
package.json
@@ -27,7 +27,6 @@
27
},
28
"scripts": {
29
"test": "node --import tsx --test **/*.test.ts",
30
- "test:update-snapshot": "node --import tsx --test --test-update-snapshots **/*.test.ts",
31
"build": "npm run build:esm && npm run build:cjs",
32
"build:esm": "tsc -p ./tsconfig.esm.json && node script/covert2mjs.cjs",
33
"build:cjs": "tsc -p ./tsconfig.cjs.json && node script/covert2cjs.cjs",
0 commit comments