mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
10 lines
226 B
JSON
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"
|
|
}
|
|
}
|