Skip to content

Commit

Permalink
3.4.0-alpha.1 Added --no-git-reset to publish
Browse files Browse the repository at this point in the history
hds-js/packaga.json is dynamically re-created on every build.

Publish fails if there are uncommited changes. This fixes that.
  • Loading branch information
NikoHelle committed Jan 4, 2024
1 parent eed543a commit 40a4c22
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 @@ -16,7 +16,7 @@
"clean": "lerna clean --yes && rimraf node_modules/ packages/core/lib packages/core/storybook-static packages/react/lib packages/react/storybook-static packages/design-tokens/lib site/.cache site/public",
"start:core": "lerna run --scope hds-core start",
"start:react": "lerna run --scope hds-react start",
"release": "lerna publish from-package --yes",
"release": "lerna publish from-package --no-git-reset --yes",
"update-versions": "lerna version --exact --no-git-tag-version --no-push --amend --yes"
},
"devDependencies": {
Expand Down

0 comments on commit 40a4c22

Please sign in to comment.