Skip to content

Commit 003f1c3

Browse files
authored
fix: angular build by removing .npmignore (#2652)
1 parent edba347 commit 003f1c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/db-ui-elements-angular/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"pretest": "npm run stencil:workaround",
1919
"prebuild": "npm run stencil:workaround",
2020
"start": "ng serve",
21-
"build": "ng build"
21+
"build": "ng build",
22+
"postbuild": "rimraf dist/lib/.npmignore"
2223
},
2324
"files": [
2425
"dist/"
@@ -38,12 +39,13 @@
3839
"@angular/forms": "^17.3.11",
3940
"@angular/platform-browser": "^17.3.11",
4041
"@angular/platform-browser-dynamic": "^17.3.11",
42+
"@rollup/plugin-commonjs": "26.0.1",
4143
"@rollup/plugin-json": "6.1.0",
4244
"@rollup/plugin-node-resolve": "15.2.3",
43-
"@rollup/plugin-commonjs": "26.0.1",
4445
"bs-logger": "0.2.6",
4546
"injection-js": "2.4.0",
4647
"ng-packagr": "17.3.0",
48+
"rimraf": "6.0.1",
4749
"zone.js": "~0.14.7"
4850
}
4951
}

0 commit comments

Comments
 (0)