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 68811a8 commit b56dabbCopy full SHA for b56dabb
package.json
@@ -29,6 +29,7 @@
29
],
30
"scripts": {
31
"build": "babel --delete-dir-on-start --env-name production src -d lib",
32
+ "build-docs": "esdoc",
33
"cover": "c8 --all --src src --reporter=lcov npm test",
34
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
35
"esdoc": "esdoc",
0 commit comments