Skip to content

Commit

Permalink
Changesets: Run yarn as part of create-version
Browse files Browse the repository at this point in the history
  • Loading branch information
HalvorHaugan committed Nov 13, 2024
1 parent 0be3a08 commit 6707674
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 @@ -20,7 +20,7 @@
"lint": "yarn eslint --max-warnings=0 --rule \"import/no-cycle:error\" . && yarn stylelint '@navikt/**/*.css'",
"lint:css": "yarn stylelint '@navikt/**/*.css'",
"changeset": "changeset",
"create-version": "changeset version && yarn changelog",
"create-version": "changeset version && yarn changelog && yarn",
"release": "yarn boot && yarn docgen && changeset publish",
"biome:lint": "yarn biome lint ."
},
Expand Down

0 comments on commit 6707674

Please sign in to comment.