Skip to content

Commit a7f4e0e

Browse files
authored
Update package.json
Signed-off-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
1 parent 45e7bb3 commit a7f4e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-source-sanity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +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",
36+
"release": "npx semantic-release",
3737
"test": "jest",
3838
"watch": "tsc --watch & tsc && tsc -t ES5 --outDir lib-es5 --watch"
3939
},

0 commit comments

Comments
 (0)