You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Both of these test environments are setup to deal with Babel and code transpilin
46
46
Code is documented using JSDoc 3, and reference documentation is published automatically with each new version.
47
47
48
48
-`npm run docs:watch` watches code directory, and rebuilds documentation when anything changes. Useful for documentation writing and development.
49
-
-`npm run docs:dev` builds code and builds docs afterwards. Used by `npm run docs:watch`. Code building is required as the documentation is generated from the unminified ES5 compiled sources, rather than the original ES6 sources.
49
+
-`npm run docs:dev` builds code and builds docs afterwards. Used by `npm run docs:watch`. Code building is required as the documentation is generated from the unminified ES5 compiled sources, rather than the original ES6 sources. You should then open the generated `out/contentful/index.html` in your browser.
50
50
-`npm run docs:build` builds documentation.
51
51
-`npm run docs:publish` builds documentation and publishes it to github pages.
0 commit comments