chore: readme lint fix

This commit is contained in:
Kamil Gabryjelski 2021-08-05 11:45:23 +02:00 committed by Yongjie Zhao
parent 7242c405bb
commit bf39b282e3

View File

@ -26,12 +26,13 @@ repo.
### Releasing ### Releasing
Make sure you have commit rights to the main `superset-ui-plugins-deckgl` repo, have checked it out (NOT a fork!) and Make sure you have commit rights to the main `superset-ui-plugins-deckgl` repo, have checked it out
belong to the `superset-ui` org on npm (=can publish new versions). (NOT a fork!) and belong to the `superset-ui` org on npm (=can publish new versions).
1. `yarn install` 1. `yarn install`
2. `yarn build` 2. `yarn build`
3. `yarn release-patch-version`. This will raise an error, but you should see a new commit and tag, e.g. `v0.4.8` 3. `yarn release-patch-version`. This will raise an error, but you should see a new commit and tag,
e.g. `v0.4.8`
4. go to the DeckGL directory: `cd packages/superset-ui-legacy-preset-chart-deckgl` 4. go to the DeckGL directory: `cd packages/superset-ui-legacy-preset-chart-deckgl`
5. make sure you're logged into npm: `npm whoami` should display your npm username. 5. make sure you're logged into npm: `npm whoami` should display your npm username.
6. `npm publish` 6. `npm publish`