Skip to content

Commit fb74d44

Browse files
Merge pull request #47 from blockchain-certificates/chore/update-deps
fix(Build): fix path to output files
2 parents 0dd21e0 + d6cd6a4 commit fb74d44

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.npmignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
test/
1+
tests/
2+
src/
23
config/
34

45
index.html
56
*.yml
6-
*.config.js
7+
*.config.*
78
tsconfig.*
89
.gitignore
910
.eslint*
@@ -13,3 +14,4 @@ tsconfig.*
1314
.github/
1415

1516
.idea
17+

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"exclude": [
1919
"node_modules",
2020
"tests",
21-
"lib"
21+
"lib",
22+
"vitest.config.ts"
2223
]
2324
}

0 commit comments

Comments
 (0)