ignore files for the npm package
This commit is contained in:
parent
85ace80d93
commit
5f574204bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
pnpm-lock.yaml
|
||||
node_modules/
|
||||
dist/
|
||||
*.tgz
|
||||
|
5
.npmignore
Normal file
5
.npmignore
Normal file
@ -0,0 +1,5 @@
|
||||
Taskfile.yaml
|
||||
src/*
|
||||
tsconfig.json
|
||||
*.tgz
|
||||
dist/*.test.*
|
@ -9,3 +9,5 @@ tasks:
|
||||
cmds:
|
||||
- { task: build }
|
||||
- vitest run src
|
||||
|
||||
pack: npm pack
|
||||
|
Loading…
Reference in New Issue
Block a user