Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-06-28 03:57:18 +0300
committerGitHub <noreply@github.com>2022-06-28 03:57:18 +0300
commitb4d3c2731959fcd2035193bce266548a095ebe07 (patch)
treec5f99e155b5db5447122f9a76cb50667b978552f
parent6b01beec2d4b0e9d2f66f4b5172b2c4980a995ec (diff)
parentfa3b76cafea53ed59ce273de5eb62d5abdb0c365 (diff)
Merge pull request #520 from nextcloud/feature/remove-webpack
Remove webpack from workflow
-rw-r--r--.github/workflows/appstore-build-publish.yml5
-rw-r--r--.github/workflows/package.yml5
2 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index a9d10fa..8aea904 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -63,10 +63,7 @@ jobs:
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
# Skip if no package.json
if: ${{ steps.versions.outputs.npmVersion }}
- run: |
- npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- npm install --global webpack
- npm install --global webpack-cli
+ run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- name: Set up php ${{ env.PHP_VERSION }}
uses: shivammathur/setup-php@v2
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index 2a40122..e52fac6 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -27,10 +27,7 @@ jobs:
node-version: 14
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
- run: |
- npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- npm install --global webpack
- npm install --global webpack-cli
+ run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- name: Get cache directories
id: cache-dir