Skip to content

Commit

Permalink
chore: add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Oct 17, 2023
1 parent 7bd3e90 commit 894d94d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "npm run build -w gatsby-source-sanity",
"format": "npm run format -w gatsby-source-sanity",
"prepublishOnly": "npm run prepublishOnly -w gatsby-source-sanity",
"test": "npm run test -w gatsby-source-sanity"
"test": "npm run test -w gatsby-source-sanity",
"release": "npm run release -w gatsby-source-sanity"
}
}

0 comments on commit 894d94d

Please sign in to comment.