Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 455868a

Browse files
committed
fix prebublish script
1 parent eff4653 commit 455868a

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
@@ -27,7 +27,7 @@
2727
"test": "yarn build && yarn test-only",
2828
"test:watch": "vitest watch",
2929
"test-only": "vitest run",
30-
"prepublishOnly": "yarn lint && yarn build"
30+
"prepublishOnly": "yarn build"
3131
},
3232
"sideEffects:": false,
3333
"devDependencies": {

0 commit comments

Comments
 (0)