diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3e93e42..c316c46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/package.json b/package.json index 384d378..09489c2 100644 --- a/package.json +++ b/package.json @@ -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",