Skip to content

Commit b21aeb4

Browse files
committed
👽 added pre publish script
1 parent 5d00746 commit b21aeb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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",
3637
"contributors:add": "all-contributors add",
3738
"contributors:generate": "all-contributors generate"
3839
},

0 commit comments

Comments
 (0)