libs/branding/package.json
{
"name": "@daffodil/branding",
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/branding"]
}
}
},
"version": "0.0.0-PLACEHOLDER",
"private": true,
"scripts": {
"build": "ng build branding --configuration production && npm run build:assets",
"build:assets": "shx cp -R src/assets/ ../../dist/branding/assets/",
"lint": "cd ../.. && ng lint branding",
"lint:fix": "npm run lint -- --fix",
"test": "ng test branding --watch=false --browsers=ChromeHeadless"
},
"peerDependencies": {
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
"@daffodil/design": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"@daffodil/design": "0.0.0-PLACEHOLDER"
}
}