This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch gh-2346-fix-warnings in repository https://gitbox.apache.org/repos/asf/jena.git
commit b4923689f3afe2248c129fcb23b09a584f9b2235 Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Sat Aug 3 16:29:35 2024 +0200 GL-2346: Fix warning during first yarn install --- jena-fuseki2/jena-fuseki-ui/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jena-fuseki2/jena-fuseki-ui/package.json b/jena-fuseki2/jena-fuseki-ui/package.json index d0d49e01af..769c9742ea 100644 --- a/jena-fuseki2/jena-fuseki-ui/package.json +++ b/jena-fuseki2/jena-fuseki-ui/package.json @@ -13,7 +13,7 @@ "test:unit": "vitest run --pool=threads --environment jsdom", "test:e2e": "run-script-os", "test:e2e:nix": "cross-env FUSEKI_PORT=\"${FUSEKI_PORT:=3030}\" PORT=\"${PORT:=8080}\" concurrently --names 'SERVER,CLIENT,TESTS' --prefix-colors 'yellow,blue,green' --success 'first' --kill-others \"yarn run serve:fuseki\" \"yarn wait-on http://localhost:${FUSEKI_PORT}/$/ping && yarn run dev\" \"yarn wait-on http-get://localhost:${PORT}/index.html && cypress run $@\"", - "test:e2e:win32" : "SET /a (FUSEKI_PORT=FUSEKI_PORT ^ 3030) & SET /a (PORT=PORT ^ 8080) & cross-env concurrently --names 'SERVER,CLIENT,TESTS' --prefix-colors 'yellow,blue,green' --success 'first' --kill-others \"yarn run serve:fuseki\" \"yarn wait-on http://localhost:${FUSEKI_PORT}/$/ping && yarn run dev\" \"yarn wait-on http-get://localhost:${PORT}/index.html && cypress run $@\"", + "test:e2e:win32": "SET /a (FUSEKI_PORT=FUSEKI_PORT ^ 3030) & SET /a (PORT=PORT ^ 8080) & cross-env concurrently --names 'SERVER,CLIENT,TESTS' --prefix-colors 'yellow,blue,green' --success 'first' --kill-others \"yarn run serve:fuseki\" \"yarn wait-on http://localhost:${FUSEKI_PORT}/$/ping && yarn run dev\" \"yarn wait-on http-get://localhost:${PORT}/index.html && cypress run $@\"", "lint": "eslint --fix src", "coverage:unit": "yarn run test:unit --coverage", "coverage:e2e": "cross-env-shell CYPRESS_COVERAGE=true yarn run test:e2e", @@ -74,5 +74,6 @@ "loader-utils": "^1.4.2", "cookiejar": "^2.1.4", "json5": "^1.0.2" - } + }, + "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }
