unis_crm/package.json

11 lines
285 B
JSON

{
"name": "unis-crm",
"private": true,
"scripts": {
"frontend:install": "npm install --prefix frontend",
"frontend:dev": "npm run dev --prefix frontend",
"frontend:build": "npm run build --prefix frontend",
"frontend:lint": "npm run lint --prefix frontend"
}
}