Skip to content

Commit

Permalink
Merge pull request #2 from jorenbroekema/chore/changeset-release
Browse files Browse the repository at this point in the history
chore: migrate to changeset publish instead of release
  • Loading branch information
jorenbroekema authored Jun 20, 2021
2 parents b7d6f49 + f9b18de commit 6582921
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 @@ -18,7 +18,7 @@
"postinstall": "npm run custom-elements-manifest",
"lint": "eslint --ext .js,.html . --ignore-path .gitignore && prettier \"**/*.{html,js,json}\" --check --ignore-path .gitignore && tsc",
"prepare": "husky install",
"release": "npm run build && changeset release",
"release": "npm run build && changeset publish",
"start": "wds --open --watch --app-index demo/index.html"
},
"devDependencies": {
Expand Down

0 comments on commit 6582921

Please sign in to comment.