Skip to content

Commit 6a69973

Browse files
committed
exclude test directory from npm publish contents
1 parent 9c7a050 commit 6a69973

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"url": "git+https://github.com/scarf-sh/scarf-js.git"
1010
},
1111
"files": [
12-
"report.js",
13-
"test/*"
12+
"report.js"
1413
],
1514
"scripts": {
1615
"postinstall": "node ./report.js",

0 commit comments

Comments
 (0)