Skip to content

Commit

Permalink
fix: angular build by removing .npmignore (#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jul 12, 2024
1 parent edba347 commit 003f1c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/db-ui-elements-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"pretest": "npm run stencil:workaround",
"prebuild": "npm run stencil:workaround",
"start": "ng serve",
"build": "ng build"
"build": "ng build",
"postbuild": "rimraf dist/lib/.npmignore"
},
"files": [
"dist/"
Expand All @@ -38,12 +39,13 @@
"@angular/forms": "^17.3.11",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-commonjs": "26.0.1",
"bs-logger": "0.2.6",
"injection-js": "2.4.0",
"ng-packagr": "17.3.0",
"rimraf": "6.0.1",
"zone.js": "~0.14.7"
}
}

0 comments on commit 003f1c3

Please sign in to comment.