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 7c1b19f commit 4c691feCopy full SHA for 4c691fe
.github/workflows/cypress.yml
@@ -32,14 +32,12 @@ jobs:
32
./playground/node_modules
33
key: ${{ hashFiles('playground/yarn.lock') }}
34
35
- - name: Install yalc
36
- run: yarn global add yalc
37
-
38
- name: Install dependencies
39
run: yarn --dev && yarn --cwd ./playground
40
41
- name: Build and link the package
42
run: |
+ npm install -g yalc
43
yarn build
44
yalc publish
45
yarn --cwd ./playground dlx yalc add --link strapi-plugin-meilisearch
0 commit comments