Skip to content

Commit 5b724c1

Browse files
committed
chore: angular build fix
1 parent a178fa0 commit 5b724c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "npm run tsc",
1010
"build.all": "npm run build",
11-
"build.angular": "ng-packagr -p ../../src/sqlite/angular/ng-package.json -c ../../src/sqlite/angular/tsconfig.json",
11+
"build.angular": "ng-packagr -p ../../src/sqlite/angular/ng-package.json -c ../../src/sqlite/angular/tsconfig.json && rm angular/.npmignore",
1212
"readme": "readme generate -c ../../tools/readme/blueprint.json",
1313
"tsc": "cpy '**/*.d.ts' '../../packages/sqlite' --parents --cwd=../../src/sqlite && tsc -skipLibCheck -d",
1414
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"

0 commit comments

Comments
 (0)