Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 30, 2022
1 parent 1c02a18 commit c5b30fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"dist"
],
"scripts": {
"build": "rimraf dist && unbuild && esmo scripts/patch-types.ts",
"build": "rimraf dist && unbuild && esno scripts/patch-types.ts",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
Expand Down

0 comments on commit c5b30fe

Please sign in to comment.