Skip to content

Commit eeb2729

Browse files
committed
fix(cubejs-client-ngx): update package.json to include publishConfig and lerna command settings
1 parent dc955a8 commit eeb2729

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

packages/cubejs-client-ngx/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@
99
"directory": "packages/cubejs-client-ngx"
1010
},
1111
"description": "Cube.js client for Angular",
12-
"files": [
13-
"dist"
14-
],
12+
"publishConfig": {
13+
"access": "public"
14+
},
15+
"lerna": {
16+
"command": {
17+
"publish": {
18+
"directory": "dist"
19+
}
20+
}
21+
},
1522
"license": "MIT",
1623
"scripts": {
1724
"build": "ng build",

0 commit comments

Comments
 (0)