Skip to content

Commit

Permalink
fix: add assets files to react admin package (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: maxmousse <33755271+maxmousse@users.noreply.github.com>
  • Loading branch information
floross and maxmousse committed Oct 15, 2021
1 parent fca5bed commit fef6199
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,16 @@
"build": {
"executor": "@nrwl/node:package",
"options": {
"assets": ["libs/hapify/templates/react-admin/*.md"],
"assets": [
"libs/hapify/templates/react-admin/*.md",
"libs/hapify/templates/react-admin/index.js",
"libs/hapify/templates/react-admin/.hapifyrc.js",
{
"glob": "**/*",
"input": "libs/hapify/templates/react-admin/hapify",
"output": "hapify"
}
],
"main": "libs/hapify/templates/react-admin/index.js",
"outputPath": "dist/libs/hapify/templates/react-admin",
"packageJson": "libs/hapify/templates/react-admin/package.json",
Expand Down

0 comments on commit fef6199

Please sign in to comment.