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 30caa8b commit 9a0e635Copy full SHA for 9a0e635
readme.md
@@ -39,6 +39,14 @@ gulp test
39
40
and all `*.spec.js` files will be executed.
41
42
+**To deploy documentation site**
43
+
44
+```bash
45
+npm run deploy
46
+```
47
48
+This requires you to have commit access to your Git remote.
49
50
## Contributions
51
52
Fork the repo and make required changes. After that push your changes in branch, which is named according to the changes
0 commit comments