Adds yarn script for esdoc

This commit is contained in:
Max Hoffmann 2018-01-21 14:05:11 -05:00
parent 4f94400b79
commit bcdc92df26
No known key found for this signature in database
GPG Key ID: 1DFA4D13DD27A676

View File

@ -34,6 +34,7 @@
"prepublish": "npm run build",
"postinstall": "cd examples && yarn",
"lint": "eslint ./src --max-warnings 0",
"esdoc": "esdoc -c esdoc.json",
"test": "jest --config config.json",
"test-ci": "jest --config config.json --coverage"
},