Skip to content

Commit 03eb406

Browse files
committed
add package lifecycle scripts
1 parent c3c9763 commit 03eb406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "graphql-resolve-batch",
33
"scripts": {
4+
"preversion": "npm run ci",
5+
"prepublish": "npm run build",
46
"format": "prettier 'src/**/*.js' --write --print-width 80 --tab-width 2 --single-quote --trailing-comma all",
57
"lint": "eslint 'src/**/*.js'",
68
"test": "jest",

0 commit comments

Comments
 (0)