Skip to content

Commit 4c691fe

Browse files
committed
again
1 parent 7c1b19f commit 4c691fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ jobs:
3232
./playground/node_modules
3333
key: ${{ hashFiles('playground/yarn.lock') }}
3434

35-
- name: Install yalc
36-
run: yarn global add yalc
37-
3835
- name: Install dependencies
3936
run: yarn --dev && yarn --cwd ./playground
4037

4138
- name: Build and link the package
4239
run: |
40+
npm install -g yalc
4341
yarn build
4442
yalc publish
4543
yarn --cwd ./playground dlx yalc add --link strapi-plugin-meilisearch

0 commit comments

Comments
 (0)