diff --git a/.github/workflows/npm-checkstyle.yml b/.github/workflows/npm-checkstyle.yml index 630de667..901dfc68 100644 --- a/.github/workflows/npm-checkstyle.yml +++ b/.github/workflows/npm-checkstyle.yml @@ -15,5 +15,5 @@ jobs: node-version: 16 cache: 'yarn' - run: rm .npmrc - - run: yarn install + - run: yarn install --no-lockfile - run: yarn eslint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78d46ba9..71c2d3c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: node-version: 16 cache: 'yarn' - run: rm .npmrc - - run: yarn install + - run: yarn install --no-lockfile - run: yarn electron:build --publish=never - uses: actions/upload-artifact@v3 with: @@ -38,7 +38,7 @@ jobs: node-version: 16 cache: 'yarn' - run: rm .npmrc - - run: yarn install + - run: yarn install --no-lockfile - run: yarn electron:build --publish=never - uses: actions/upload-artifact@v3 with: @@ -55,7 +55,7 @@ jobs: node-version: 16 cache: 'yarn' - run: rm .npmrc - - run: yarn install + - run: yarn install --no-lockfile - run: echo $CSC_IDENTITY_AUTO_DISCOVERY - run: yarn electron:build --publish=never --skipElectronBuild - run: cp -r build dist_electron/bundled/build diff --git a/.github/workflows/universe-build.yml b/.github/workflows/universe-build.yml index 8cb18694..bc130091 100644 --- a/.github/workflows/universe-build.yml +++ b/.github/workflows/universe-build.yml @@ -18,7 +18,7 @@ jobs: node-version: 16 cache: 'yarn' - run: rm .npmrc - - run: yarn install + - run: yarn install --no-lockfile - run: yarn electron:build --publish=never - uses: actions/upload-artifact@v3 with: @@ -33,7 +33,7 @@ jobs: node-version: 16 cache: 'yarn' - run: rm .npmrc - - run: yarn install + - run: yarn install --no-lockfile - run: yarn electron:build --publish=never - uses: actions/upload-artifact@v3 with: @@ -50,7 +50,7 @@ jobs: node-version: 16 cache: 'yarn' - run: rm .npmrc - - run: yarn install + - run: yarn install --no-lockfile - run: echo $CSC_IDENTITY_AUTO_DISCOVERY - run: yarn electron:build --publish=never --skipElectronBuild - run: cp -r build dist_electron/bundled/build