We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c691fe commit 686a313Copy full SHA for 686a313
.github/workflows/cypress.yml
@@ -40,7 +40,10 @@ jobs:
40
npm install -g yalc
41
yarn build
42
yalc publish
43
- yarn --cwd ./playground dlx yalc add --link strapi-plugin-meilisearch
+ cd playground
44
+ npx yalc add strapi-plugin-meilisearch
45
+ npx yalc link strapi-plugin-meilisearch
46
+ cd ..
47
yarn --cwd ./playground install
48
49
- name: Run e2e browser tests
0 commit comments