Files
cellxgene/package.json
Colin Megill 0a9a78bd85 merge main
2020-12-03 15:25:49 -08:00

10 lines
226 B
JSON

{
"name": "cellxgene",
"scripts": {
"postinstall": "npm install --prefix client && npm run build --prefix client && make copy-client-assets"
},
"devDependencies": {
"@blueprintjs/eslint-plugin": "^0.3.1"
}
}