Skip to content

Commit

Permalink
fix(portable-text-editor): add npmignore
Browse files Browse the repository at this point in the history
Fixes an issue where the lib folder would not be published because it was in
gitignore, and no npmrc was present to specify what to include. By adding an
npmignore, we're saying "disregard what gitignore is saying, only ignore the
things mentioned in npmignore".
  • Loading branch information
rexxars committed Aug 23, 2021
1 parent f852266 commit 6cfbe5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/@sanity/portable-text-editor/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
demo/
coverage/
test/
.babelrc
jest.config.js
tsconfig.json

2 comments on commit 6cfbe5c

@vercel
Copy link

@vercel vercel bot commented on 6cfbe5c Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 6cfbe5c Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio-git-next.sanity.build
perf-studio.sanity.build

Please sign in to comment.