fix: push to the yalc registry in CI before starting the integration tests

pull/147/head
Boaz Poolman 2024-10-12 20:09:29 +02:00
parent 2b6bf4de94
commit d41f292e2d
2 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,8 @@ jobs:
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --no-lockfile --unsafe-perm
- name: Push the package to yalc
run: yarn build
- name: Add yalc package to the playground
run: yarn playground:yalc-add
- name: Install dependencies playground

View File

@ -15,6 +15,7 @@
},
"scripts": {
"develop": "nodemon -e js,jsx --ignore playground --exec \"yalc publish && yalc push\"",
"build": "yalc push --publish",
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
"test:unit": "jest --verbose",