Skip to content

Commit 745914f

Browse files
committed
remove unused script
1 parent 14adae2 commit 745914f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828
"scripts": {
2929
"test": "node --import tsx --test **/*.test.ts",
30-
"test:update-snapshot": "node --import tsx --test --test-update-snapshots **/*.test.ts",
3130
"build": "npm run build:esm && npm run build:cjs",
3231
"build:esm": "tsc -p ./tsconfig.esm.json && node script/covert2mjs.cjs",
3332
"build:cjs": "tsc -p ./tsconfig.cjs.json && node script/covert2cjs.cjs",

0 commit comments

Comments
 (0)