Skip to content

Commit

Permalink
build: remove prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 2, 2023
1 parent fa918a4 commit 49c6390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"lint": "eslint \"packages/*/src/*/**\" && standard-markdown README.md --fix && standard --fix",
"prepublishOnly": "pnpm run build",
"prerelease": "pnpm run contributors",
"pretest": "pnpm run lint",
"release": "lerna publish --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
"test": "pnpm -r run test"
Expand Down

2 comments on commit 49c6390

@vercel
Copy link

@vercel vercel bot commented on 49c6390 Jan 2, 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:

sdk-hover-vanilla – ./packages/hover-vanilla

sdk-hover-vanilla-microlink.vercel.app
sdk-hover-vanilla-git-master-microlink.vercel.app
sdk-hover-vanilla.vercel.app
sdk-hover-vanilla.microlink.io

@vercel
Copy link

@vercel vercel bot commented on 49c6390 Jan 2, 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:

sdk-vanilla – ./packages/vanilla

sdk-vanilla-microlink.vercel.app
sdk-vanilla-git-master-microlink.vercel.app
sdk-vanilla.vercel.app
sdk-vanilla.microlink.io

Please sign in to comment.