diff --git a/.github/workflows/dev-packages.yaml b/.github/workflows/dev-packages.yaml index 9e116ac..cf132ab 100644 --- a/.github/workflows/dev-packages.yaml +++ b/.github/workflows/dev-packages.yaml @@ -28,7 +28,7 @@ jobs: run: yarn install --frozen-lockfile - name: Build - run: yarn build:packages + run: yarn build - name: Development Version run: | diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index fedc0f1..0000000 --- a/.yarnrc +++ /dev/null @@ -1,3 +0,0 @@ -# Override Yarn command so we can automatically setup the repo on running `yarn` - -yarn-path "scripts/bootstrap.js"