Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Olsen <[email protected]>
  • Loading branch information
stipsan authored Oct 17, 2023
1 parent 45e7bb3 commit a7f4e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "tsc && tsc -t ES5 --outDir lib-es5",
"format": "prettier --write src/**/*.{ts,tsx}",
"prepublishOnly": "npm run build",
"release": "semantic-release",
"release": "npx semantic-release",
"test": "jest",
"watch": "tsc --watch & tsc && tsc -t ES5 --outDir lib-es5 --watch"
},
Expand Down

0 comments on commit a7f4e0e

Please sign in to comment.