Skip to content

Commit 008b231

Browse files
committed
Adding postbuild step
1 parent 70c7285 commit 008b231

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"test": "jest",
99
"lint": "eslint .",
10-
"build": "tsc"
10+
"build": "tsc",
11+
"postbuild": "mv dist/index.* ./"
1112
},
1213
"repository": {
1314
"type": "git",
@@ -46,6 +47,8 @@
4647
},
4748
"type": "module",
4849
"files": [
49-
"dist"
50+
"index.d.ts",
51+
"index.js",
52+
"README.md"
5053
]
5154
}

0 commit comments

Comments
 (0)