Skip to content

Commit 91544b7

Browse files
committed
Fix CI by adding .npmignore (so dist gets packed)
1 parent 768241c commit 91544b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- persist_to_workspace:
6464
root: ~/repo
6565
paths:
66-
- ~/repo/packages/react-accessible-tooltip/dist/*
66+
- packages/react-accessible-tooltip/dist/*
6767

6868
deploy-job:
6969
docker:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*
22
*/
3-
!.gitignore
3+
!.gitignore
4+
!.npmignore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Need this to prevent dist/.gitignore from preventing files from being published.

0 commit comments

Comments
 (0)