From 68bd3d111647ae3dd2a02e086b29e133ef903d44 Mon Sep 17 00:00:00 2001 From: Thomas KLEIN Date: Sat, 25 Jan 2025 17:11:15 +0100 Subject: [PATCH] Remove run package + fix next build command --- .github/workflows/nextjs.yml | 2 +- package-lock.json | 21 +++++---------------- package.json | 3 +-- 3 files changed, 7 insertions(+), 19 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 4248321..24467df 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -76,7 +76,7 @@ jobs: - name: Build with Tailwind.css run: ${{ steps.detect-package-manager.outputs.manager }} run tailwind:build - name: Build with Next.js - run: ${{ steps.detect-package-manager.outputs.runner }} run build + run: ${{ steps.detect-package-manager.outputs.runner }} next build - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/package-lock.json b/package-lock.json index a64cac8..f2f7043 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,7 @@ "next": "^15.1", "react": "^19.0", "react-dom": "^19.0", - "react-icons": "^5.4", - "run": "^1.5.0" + "react-icons": "^5.4" }, "devDependencies": { "@eslint/eslintrc": "^3", @@ -3569,6 +3568,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, "license": "MIT" }, "node_modules/binary-extensions": { @@ -3595,6 +3595,7 @@ "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -3887,6 +3888,7 @@ "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, "license": "MIT" }, "node_modules/convert-source-map": { @@ -6302,6 +6304,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" @@ -7293,20 +7296,6 @@ "node": ">=0.10.0" } }, - "node_modules/run": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/run/-/run-1.5.0.tgz", - "integrity": "sha512-CBPzeX6JQZUdhZpSFyNt2vUk44ivKMWZYCNBYoZYEE46mL9nf6WyMP3320WnzIrJuo89+njiUvlo83jUEXjXLg==", - "dependencies": { - "minimatch": "*" - }, - "bin": { - "runjs": "cli.js" - }, - "engines": { - "node": ">=v0.9.0" - } - }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", diff --git a/package.json b/package.json index 2b08de3..7d6ef3f 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "next": "^15.1", "react": "^19.0", "react-dom": "^19.0", - "react-icons": "^5.4", - "run": "^1.5.0" + "react-icons": "^5.4" }, "devDependencies": { "@eslint/eslintrc": "^3",