mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 18:58:58 -06:00
Turns out that documentationjs reads the babelrc file from js/noms which leads to us having to do npm install in js/noms. Therefore putting the dev deps in there and running the script from there makes things cleaner. It also allows doing: npm run build-docs Towards #1471