Skip to content

Commit

Permalink
build(windows): fix prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 11, 2021
1 parent 7768656 commit afef309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^4.1.3"
},
"scripts": {
"prebuild": "del lib",
"prebuild": "del-cli lib",
"build": "tsc",
"serve": "docsify serve docs",
"lint": "eslint . --ext .js,.ts --ignore-path .gitignore",
Expand Down

0 comments on commit afef309

Please sign in to comment.