Skip to content

Commit 3b2974c

Browse files
Remove duplicate publish checks
1 parent 3a08c7a commit 3b2974c

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
@@ -64,7 +64,7 @@
6464
"lint:js": "eslint . --color --max-warnings 0",
6565
"lint:js:fix": "yarn lint:js --fix",
6666
"lint:types": "tsc --build tsconfig.json --pretty",
67-
"prepublishOnly": "yarn lint && yarn test && yarn storybook --smoke-test"
67+
"prepublishOnly": "yarn storybook --smoke-test"
6868
},
6969
"devDependencies": {
7070
"@babel/core": "^7.28.4",

0 commit comments

Comments
 (0)