Files
NativeScript/packages/webpack5/project.json
2021-12-21 18:24:24 -08:00

22 lines
412 B
JSON

{
"root": "packages/webpack5",
"sourceRoot": "packages/webpack5",
"projectType": "library",
"generators": {},
"targets": {
"lint": {
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": []
}
},
"build": {
"executor": "@nrwl/workspace:run-commands",
"outputs": ["dist/packages"],
"options": {
"command": "npx zx ./tools/scripts/pack-webpack5.mjs"
}
}
}
}