Skip to content

Commit 40eff86

Browse files
committed
[FIX] Fix prepublishOnly step …again
1 parent d904786 commit 40eff86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:ui": "vitest --ui",
2222
"test:coverage": "vitest run --coverage",
2323
"test:commands": "tsx tests/command-coverage.ts",
24-
"prepublishOnly": "npm build && npm test"
24+
"prepublishOnly": "npm run build && npm run test"
2525
},
2626
"engines": {
2727
"node": ">=22.0.0"

0 commit comments

Comments
 (0)