-
Notifications
You must be signed in to change notification settings - Fork 32
Home
thoragio edited this page Jan 19, 2018
·
2 revisions
- Add new entry(ies) to dpdb-formatted.json
-
npm run test:build
to confirm file is formatted properly -
npm run build
to generate new dpdb.json - Update changelog in README file
- Add new version with
npm version patch -m "Publish %s"
- Push changes to repo
- Push new tag with
git push origin <tag_name>
- Publish to npm repo with
npm publish