Skip to content

Commit

Permalink
build: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 27, 2024
1 parent 7ecd5b5 commit 79bfeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@
"@storybook/react": "~6.5.16",
"ava": "3",
"contrast": "latest",
"conventional-github-releaser": "latest",
"debug-logfmt": "latest",
"esbuild": "latest",
"eslint-config-next": "latest",
"esm": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"github-generate-release": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"pretty-bytes": "latest",
Expand Down Expand Up @@ -219,7 +219,7 @@
"pretest": "npm run lint",
"preversion": "git-authors-cli && git add package.json",
"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:github": "github-generate-release",
"release:tags": "git push --follow-tags origin HEAD:master",
"storybook": "start-storybook -p 6006",
"test": "ava",
Expand Down

1 comment on commit 79bfeb7

@vercel
Copy link

@vercel vercel bot commented on 79bfeb7 Jan 27, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.