diff --git a/.DS_Store b/.DS_Store index aade74b..eb220b5 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index 607c136..d2c3ab1 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -47,7 +47,7 @@ jobs: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - run: yarn --immutable - - run: npm run publish:package -b ${{env.BRANCH}} + - run: npm run publish:package -- -b ${{env.BRANCH}} working-directory: prettier-config publish_eslint_config: @@ -66,5 +66,5 @@ jobs: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - run: yarn --immutable - - run: npm run publish:package -b ${{env.BRANCH}} + - run: npm run publish:package -- -b ${{env.BRANCH}} working-directory: eslint-config \ No newline at end of file