Skip to content

Commit

Permalink
Exclude unnecessary build artifacts from npm package (#188)
Browse files Browse the repository at this point in the history
* Ignore build output in actual npm package
  • Loading branch information
niik committed Aug 19, 2020
1 parent f392b9b commit 0e2c39e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
@@ -1,5 +1,6 @@
# ignore everything unrelated to the source code
.vscode
.prettierrc.yml
benchmarks/
docs/
lib/
Expand All @@ -12,6 +13,8 @@ tsconfig.json
vendor/
yarn-error.log
*.tgz
build
jest.json

# just include these specific artifacts
# everything else should be compiled by the client
Expand Down

0 comments on commit 0e2c39e

Please sign in to comment.