Skip to content

Commit e590d95

Browse files
fixing build script (#15)
1 parent eedb186 commit e590d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "Simple stream multiplexing for objectMode.",
55
"main": "dist/index.js",
66
"files": [
7-
"dist"
7+
"dist/"
88
],
99
"scripts": {
10-
"build": "tsc --project .",
10+
"build": "rm -rf ./dist && tsc --project .",
1111
"lint": "eslint . --ext ts,js,json",
1212
"lint:fix": "yarn lint --fix",
1313
"test": "yarn build && node test",

0 commit comments

Comments
 (0)