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 45e7bb3 commit a7f4e0eCopy full SHA for a7f4e0e
packages/gatsby-source-sanity/package.json
@@ -33,7 +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",
+ "release": "npx semantic-release",
37
"test": "jest",
38
"watch": "tsc --watch & tsc && tsc -t ES5 --outDir lib-es5 --watch"
39
},
0 commit comments