Skip to content

Commit

Permalink
chore: correct prebuild for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Oct 18, 2019
1 parent 9c2ee15 commit f339d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint:docs": "prettier --write README.md",
"lint:js": "eslint --fix --cache src test",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"prebuild": "ls node_modules/.bin && del dist/*",
"prebuild": "del dist",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm run test:only",
"pretest": "npm run build",
Expand Down

0 comments on commit f339d67

Please sign in to comment.