Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set up readme to update automatically upon publish of new plugins/ext… #133

Merged
merged 8 commits into from
Aug 20, 2024
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"test:watch": "npm test -- --watch",
"build": "npm run build -ws",
"update-unpkg-links": "gulp updateUnpkgLinks",
"update-readme": "node ./update-readme.js",
"prepare": "husky install",
"changeset": "changeset",
"changeset:version": "changeset version && npm install && npm run update-unpkg-links",
"changeset:version": "changeset version && npm install && npm run update-unpkg-link && npm run update-readme",
cherriechang marked this conversation as resolved.
Show resolved Hide resolved
"changeset:publish": "npm run build && changeset publish",
"new": "node ./templates/cli/src/index.js",
"update-readme": "node ./update-readme.js"
"new": "node ./templates/cli/src/index.js"
},
"dependencies": {
"gulp": "^5.0.0",
Expand Down