Skip to content

Commit

Permalink
💚 (ci) fix ci prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 7, 2021
1 parent 4c95401 commit 0f4d33b
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 @@ -36,7 +36,7 @@
"start": "nuxt start docs",
"play": "BUILD_ADMIN=true nuxt dev playground",
"lint": "eslint --ext .ts,.js,.vue .",
"prepare": "yarn link ; yarn link docus",
"prepare": "yarn link && yarn link docus",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && echo 'TODO tests'",
"clean:nuxt": "rm -rf .nuxt docs/.nuxt playground/.nuxt",
Expand Down

0 comments on commit 0f4d33b

Please sign in to comment.