From 0f4d33bfcae55976bee24a7c43fcb47ea1a8985d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yae=CC=88l=20GUILLOUX?= Date: Mon, 7 Jun 2021 18:04:13 +0200 Subject: [PATCH] :green_heart: (ci) fix ci prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 853698110..e04e5e990 100755 --- a/package.json +++ b/package.json @@ -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",