Skip to content

Commit 9d0e75c

Browse files
authored
fix: fix package.json to proper publising
1 parent b008a07 commit 9d0e75c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
],
1919
"author": "Vitaly <vital2580@icloud.com>",
2020
"license": "MIT",
21+
"files": {
22+
"build"
23+
},
2124
"scripts": {
22-
"prepublishOnly": "yarn tsc",
25+
"prepublishOnly": "tsc",
2326
"test": "echo they're definitely needed"
2427
},
2528
"devDependencies": {

0 commit comments

Comments
 (0)