Skip to content

Commit 45e7bb3

Browse files
authored
Update package.json
1 parent 82fbda2 commit 45e7bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-source-sanity/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"build": "tsc && tsc -t ES5 --outDir lib-es5",
3434
"format": "prettier --write src/**/*.{ts,tsx}",
3535
"prepublishOnly": "npm run build",
36+
"release": "semantic-release",
3637
"test": "jest",
3738
"watch": "tsc --watch & tsc && tsc -t ES5 --outDir lib-es5 --watch"
3839
},

0 commit comments

Comments
 (0)