pidgin/nest

0d5b24d7dba0
Fixes build error with `npm ci`

NPM would be stuck in an install loop, with a known bug
{
"dependencies": {
"js-beautify": "^1.8.9",
"svgo": "^1.1.1"
},
"devDependencies": {
"front-matter": "^3.0.1"
},
"scripts": {
"tidy": "node tools/pre-prod"
}
}