Skip to content

Commit

Permalink
fix: only include built files in npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Sep 12, 2023
1 parent c7675a1 commit 95324e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .npmignore

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"start": "tsc -w",
"lint": "eslint 'lib/**/*.{ts,tsx}'",
Expand Down

0 comments on commit 95324e0

Please sign in to comment.