From 78c812d31f7801c2303a6928b28cbe618baca7d1 Mon Sep 17 00:00:00 2001 From: Jen Tak Date: Mon, 5 Sep 2022 14:53:41 +0200 Subject: [PATCH] Link to local version of strapi-plugin-config-sync. Linking to "boazpoolman/strapi-plugin-config-sync" resolves to the version of strapi-plugin-config-sync currently on master branch on GitHub. Which prevents running tests in the playground against the local version. --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 6af6628..3c84274 100644 --- a/playground/package.json +++ b/playground/package.json @@ -19,7 +19,7 @@ "@strapi/plugin-users-permissions": "^4.0.0", "@strapi/strapi": "^4.0.0", "sqlite3": "5.0.2", - "strapi-plugin-config-sync": "boazpoolman/strapi-plugin-config-sync" + "strapi-plugin-config-sync": "./.." }, "author": { "name": "A Strapi developer"