We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a2bb8 commit 541eaa2Copy full SHA for 541eaa2
devdocs.md
@@ -5,6 +5,7 @@
5
* `ng test --codeCoverage=true --progress=true --watch=false`
6
* `cp README.md angular-plotly.png projects/plotly`
7
* `ng build plotly --prod`
8
-* `npm publish dist/plotly`
+* `cd dist/plotly`
9
+* `npm publish`
10
* `git tag -a <version> -m <version>`
11
* `git push --tags`
0 commit comments