Skip to content

Commit e610df0

Browse files
committed
ci: add wildcard in files config for release
1 parent 3379e11 commit e610df0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
command: yarn build
6969
- run:
7070
name: Publish package
71-
command: yarn publish
71+
command: yarn npm publish
7272

7373
workflows:
7474
version: 2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Loadsmart <developer@loadsmart.com>",
88
"license": "MIT",
99
"files": [
10-
"dist"
10+
"dist/**/*"
1111
],
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)