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 0b2a877 commit bec4ab1Copy full SHA for bec4ab1
package.json
@@ -38,6 +38,7 @@
38
],
39
"scripts": {
40
"build": "babel --delete-dir-on-start --env-name production src -d lib",
41
+ "build-docs": "esdoc",
42
"cover": "c8 --all --src src --reporter=lcov npm test",
43
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
44
"esdoc": "esdoc",
0 commit comments