Skip to content

Commit 894d94d

Browse files
authored
chore: add release command
1 parent 7bd3e90 commit 894d94d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build": "npm run build -w gatsby-source-sanity",
99
"format": "npm run format -w gatsby-source-sanity",
1010
"prepublishOnly": "npm run prepublishOnly -w gatsby-source-sanity",
11-
"test": "npm run test -w gatsby-source-sanity"
11+
"test": "npm run test -w gatsby-source-sanity",
12+
"release": "npm run release -w gatsby-source-sanity"
1213
}
1314
}

0 commit comments

Comments
 (0)