Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
Richienb committed Feb 5, 2023
1 parent 91c8770 commit 08fff4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"node": ">=12"
},
"scripts": {
"build": "tsc --build --clean",
"build": "del-cli dist && tsc",
"test": "xo && ava",
"bench": "node --loader=ts-node/esm bench.ts",
"prepublishOnly": "tsc --build --clean"
"prepublishOnly": "del-cli dist && tsc"
},
"files": [
"dist"
Expand Down Expand Up @@ -52,6 +52,7 @@
"@types/node": "^17.0.13",
"ava": "^5.1.1",
"benchmark": "^2.1.4",
"del-cli": "^5.0.0",
"delay": "^5.0.0",
"in-range": "^3.0.0",
"p-defer": "^4.0.0",
Expand Down Expand Up @@ -79,4 +80,4 @@
"@typescript-eslint/no-invalid-void-type": "off"
}
}
}
}

0 comments on commit 08fff4a

Please sign in to comment.