Skip to content

Commit

Permalink
chore: time for real release
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 9, 2023
1 parent a7ef7bc commit 9932373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "vite build --watch",
"build": "rimraf dist && vite build",
"release": "semantic-release --dry-run --debug",
"release": "semantic-release",
"prepublishOnly": "npm run build"
},
"main": "./dist/sanity-astro.js",
Expand Down

1 comment on commit 9932373

@vercel
Copy link

@vercel vercel bot commented on 9932373 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-astro-example-ssr – ./apps/example-ssr

sanity-astro-example-ssr-git-main.sanity.build
sanity-astro-example-ssr.sanity.build

Please sign in to comment.