Skip to content

Commit f4885b4

Browse files
committed
fix(client-ngx): client.ts is missing from the TypeScript compilation. Fix files
1 parent 3b7a989 commit f4885b4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/

packages/cubejs-client-ngx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"rxjs": "^6.0.0"
1717
},
1818
"scripts": {
19-
"build": "ng build"
19+
"build": "ng build && rm dist/package.json"
2020
},
2121
"devDependencies": {
2222
"@angular-devkit/build-angular": "^0.803.6",

0 commit comments

Comments
 (0)