Skip to content

Commit

Permalink
Allow releasing from hotfix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gido Manders committed Dec 11, 2024
1 parent 475b752 commit 5ccd98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "eslint src --ext js,jsx,ts,tsx --max-warnings=0",
"storybook:build": "build-storybook -c storybook -o docs/storybook && git add docs && git clean -df",
"docs": "jekyll serve --source docs",
"release": "np",
"release": "np --any-branch",
"compile": "npm run clean && rollup -c --bundleConfigAsCjs",
"dev:publish": "./scripts/dev-publish.sh",
"version": "npm run compile && jekyll build && npm run storybook:build && git add stats.html && git add .size-snapshot.json",
Expand Down

0 comments on commit 5ccd98c

Please sign in to comment.