Skip to content

Commit 4d4e7b3

Browse files
committedApr 13, 2023
fix: include testing folder
1 parent fbdc437 commit 4d4e7b3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎.changeset/curvy-rats-add.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'standard-log': patch
3+
---
4+
5+
Include testing folder

‎packages/log/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
"cjs",
4141
"dist",
4242
"esm",
43+
"testing",
4344
"ts",
44-
"!**/*.spec.*",
45-
"!**/testUtil.*"
45+
"!**/*.{spec,test,unit,accept,integrate,system}.*",
46+
"!**/test_utils.*"
4647
],
4748
"scripts": {
4849
"build": "run-p build:cjs build:esm build:tslib bundle:es5 bundle:esm",

0 commit comments

Comments
 (0)
Please sign in to comment.