Skip to content

Commit 0c7c8c5

Browse files
committed
🐛 rectified pre-publish script
1 parent b21aeb4 commit 0c7c8c5

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
@@ -33,7 +33,7 @@
3333
"ci": "npm run test -- --ci && npm run build",
3434
"prepare": "npm run build",
3535
"precommit": "lint-staged",
36-
"prepublish": "npm run lint && npm run test && npm run build",
36+
"prepublish": "npm run test && npm run build",
3737
"contributors:add": "all-contributors add",
3838
"contributors:generate": "all-contributors generate"
3939
},

0 commit comments

Comments
 (0)