We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fbda2 commit 45e7bb3Copy full SHA for 45e7bb3
packages/gatsby-source-sanity/package.json
@@ -33,6 +33,7 @@
33
"build": "tsc && tsc -t ES5 --outDir lib-es5",
34
"format": "prettier --write src/**/*.{ts,tsx}",
35
"prepublishOnly": "npm run build",
36
+ "release": "semantic-release",
37
"test": "jest",
38
"watch": "tsc --watch & tsc && tsc -t ES5 --outDir lib-es5 --watch"
39
},
0 commit comments