ignore files for the npm package

main
Yanick Champoux 2023-07-25 11:28:24 -04:00
parent 85ace80d93
commit 5f574204bb
3 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
pnpm-lock.yaml
node_modules/
dist/
*.tgz

5
.npmignore Normal file
View File

@ -0,0 +1,5 @@
Taskfile.yaml
src/*
tsconfig.json
*.tgz
dist/*.test.*

View File

@ -9,3 +9,5 @@ tasks:
cmds:
- { task: build }
- vitest run src
pack: npm pack