Skip to content

Commit 51ae000

Browse files
committed
build: should exclude test files from npm
1 parent 0200ca9 commit 51ae000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"bin": "./dist/bin/vue-codemod.js",
77
"files": [
8-
"dist"
8+
"dist",
9+
"!dist/**/__tests__/**"
910
],
1011
"scripts": {
1112
"build": "tsc",

0 commit comments

Comments
 (0)