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 2b6bf4d commit d41f292Copy full SHA for d41f292
.github/workflows/tests.yml
@@ -42,6 +42,8 @@ jobs:
42
cache: 'yarn'
43
- name: Install dependencies plugin
44
run: yarn --no-lockfile --unsafe-perm
45
+ - name: Push the package to yalc
46
+ run: yarn build
47
- name: Add yalc package to the playground
48
run: yarn playground:yalc-add
49
- name: Install dependencies playground
package.json
@@ -15,6 +15,7 @@
15
},
16
"scripts": {
17
"develop": "nodemon -e js,jsx --ignore playground --exec \"yalc publish && yalc push\"",
18
+ "build": "yalc push --publish",
19
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
20
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
21
"test:unit": "jest --verbose",
0 commit comments