Skip to content

Commit

Permalink
remove use of "yarn" in prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCpp committed Feb 18, 2021
1 parent 63fac1d commit f0b816e
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 @@ -8,7 +8,7 @@
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf ./dist && babel src --out-dir dist",
"prepare": "yarn build"
"prepare": "rimraf ./dist && babel src --out-dir dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f0b816e

Please sign in to comment.