Skip to content

Commit 3ab60ab

Browse files
committed
fix: Add workflow scripts to npmignore so they are not included in the package unnecessarily
1 parent ce21073 commit 3ab60ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
src/
44
coverage/
55
scripts/
6+
.github/
7+
ci/
68

79
# files
810
.eslintrc.json
911
tsconfig.json
1012
tsconfig.dist.json
1113
.prettierrc
12-
jest.config.ts
14+
jest.config.ts

0 commit comments

Comments
 (0)