Skip to content

Commit

Permalink
chore(NPM): add config for NPM package build
Browse files Browse the repository at this point in the history
  • Loading branch information
supitsdu committed Mar 9, 2024
1 parent e119fc5 commit 5a6acb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dist/
build/
*.log
coverage/
*.tgz

# Ignore lock files
*-lock.*
Expand Down
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
coverage
src
test
mock
bun.lockb
.gitignore
.eslintrc.json
.prettierrc
jest.config.js
rollup.config.js
*.tgz
*.webp

0 comments on commit 5a6acb5

Please sign in to comment.