Skip to content

Commit e77a64d

Browse files
committed
🔧 fix script
Signed-off-by: w01fgang <sumin@unix-center.ru>
1 parent 03be25b commit e77a64d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "vitest run",
2525
"test:watch": "vitest",
2626
"clean": "rm -rf dist",
27-
"prepublishOnly": "npm run clean && npm run build && npm run test:run"
27+
"prepublishOnly": "npm run clean && npm run build && npm run test"
2828
},
2929
"keywords": [
3030
"typescript",

0 commit comments

Comments
 (0)