fix: push to the yalc registry in CI before starting the integration tests
parent
2b6bf4de94
commit
d41f292e2d
|
@ -42,6 +42,8 @@ jobs:
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies plugin
|
- name: Install dependencies plugin
|
||||||
run: yarn --no-lockfile --unsafe-perm
|
run: yarn --no-lockfile --unsafe-perm
|
||||||
|
- name: Push the package to yalc
|
||||||
|
run: yarn build
|
||||||
- name: Add yalc package to the playground
|
- name: Add yalc package to the playground
|
||||||
run: yarn playground:yalc-add
|
run: yarn playground:yalc-add
|
||||||
- name: Install dependencies playground
|
- name: Install dependencies playground
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"develop": "nodemon -e js,jsx --ignore playground --exec \"yalc publish && yalc push\"",
|
"develop": "nodemon -e js,jsx --ignore playground --exec \"yalc publish && yalc push\"",
|
||||||
|
"build": "yalc push --publish",
|
||||||
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
|
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
|
||||||
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
|
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
|
||||||
"test:unit": "jest --verbose",
|
"test:unit": "jest --verbose",
|
||||||
|
|
Loading…
Reference in New Issue