Skip to content

Commit

Permalink
Fix command pretest:clone
Browse files Browse the repository at this point in the history
  • Loading branch information
segayuu committed Aug 14, 2019
1 parent ea25605 commit 8926033
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 @@ -9,7 +9,7 @@
},
"scripts": {
"clean": "rimraf test/site",
"pretest:clone": "git clone --recursive https://github.com/hexojs/hexo-starter.git ./test/site",
"pretest:clone": "git clone --recursive https://github.com/hexojs/hexo-starter.git ./test/site && cd ./test/site && git checkout a4d537",
"pretest:asset": "cpx \"test/asset/**/*\" test/site",
"pretest:bootstrap": "npm --prefix=test/site install",
"pretest": "run-s clean pretest:clone pretest:asset pretest:bootstrap",
Expand Down

0 comments on commit 8926033

Please sign in to comment.