Skip to content

Commit

Permalink
Changesets: Update version before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cyraxx committed Sep 2, 2024
1 parent 6066de5 commit 35c3455
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 @@ -84,6 +84,6 @@
"test": "mocha 'tests/**/*test.ts'",
"build": "rimraf dist && node prebuild.js && tsc -p tsconfig.json; node postbuild.js",
"changeset": "changeset",
"release": "npm run build && changeset publish"
"release": "changeset version && npm install --package-lock-only && npm run build && changeset publish"
}
}

0 comments on commit 35c3455

Please sign in to comment.