From 8bfb0b16f5c072b55280a8f813a412727364e819 Mon Sep 17 00:00:00 2001 From: Ron Spickenagel Date: Mon, 19 Feb 2024 18:35:45 -0500 Subject: [PATCH] build(npm): Fix tests --- package.json | 2 +- test/package.json | 2 +- test/projects/nx/package.json | 2 +- test/yarn.lock | 10 +++++++--- yarn.lock | 6 +++--- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index a6755fa..097794b 100755 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "format": "prettier --write \"{src,test}/**/{*.js,!(*.d).ts}\"", "clean": "npx -y rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist", "clean:all": "yarn run clean && npx -y rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock", - "reset": "yarn run clean:all && yarn install", + "reset": "yarn run clean:all && yarn install && yarn build", "-------------- ": "", "prebuild": "npx -y rimraf -g dist", "install:tests": "cd test && yarn install", diff --git a/test/package.json b/test/package.json index 02caf97..62c6437 100755 --- a/test/package.json +++ b/test/package.json @@ -23,7 +23,7 @@ }, "workspaces": { "packages": [ - "packages/*" + "projects/*" ], "nohoist": [ "**/semver/*", diff --git a/test/projects/nx/package.json b/test/projects/nx/package.json index 9c2a9f9..20a66fb 100644 --- a/test/projects/nx/package.json +++ b/test/projects/nx/package.json @@ -2,7 +2,7 @@ "name": "nx", "version": "0.0.0", "scripts": { - "build": "yarn nx build library1 --skip-nx-cache" + "build": "npx nx build library1 --skip-nx-cache" }, "private": true, "dependencies": {}, diff --git a/test/yarn.lock b/test/yarn.lock index 8b96d61..b686e44 100755 --- a/test/yarn.lock +++ b/test/yarn.lock @@ -3040,9 +3040,9 @@ ejs@^3.1.7: jake "^10.8.5" electron-to-chromium@^1.4.668: - version "1.4.674" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.674.tgz#6ddb629ae52c3192984423b54dc1fffe79e1b007" - integrity sha512-jZtIZxv9FlwTLX5kVZStUtXZywhEi3vqvY6iEzJnc57cNgHFQ5JCczElTs/062v6ODTT7eX8ZOTqQcxa3nMUWQ== + version "1.4.675" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.675.tgz#9e612a5339e3c9f884982478a8aaf2da3ab6ec7d" + integrity sha512-+1u3F/XPNIdUwv8i1lDxHAxCvNNU0QIqgb1Ycn+Jnng8ITzWSvUqixRSM7NOazJuwhf65IV17f/VbKj8DmL26A== emittery@^0.13.1: version "0.13.1" @@ -6247,6 +6247,10 @@ typed-assert@^1.0.8: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.5.tgz#dae20114a7b4ff4bd642db9c8c699f2953e8bbdb" integrity sha512-BEjlc0Z06ORZKbtcxGrIvvwYs5hAnuo6TKdNFL55frVDlB+na3z5bsLhFaIxmT+dPWgBIjMo6aNnTOgHHmHgiQ== +"typescript-transform-paths@link:..": + version "0.0.0" + uid "" + "typescript-transform-paths@link:../src": version "0.0.0" uid "" diff --git a/yarn.lock b/yarn.lock index 2b35b24..ade51a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1358,9 +1358,9 @@ eastasianwidth@^0.2.0: integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== electron-to-chromium@^1.4.668: - version "1.4.674" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.674.tgz#6ddb629ae52c3192984423b54dc1fffe79e1b007" - integrity sha512-jZtIZxv9FlwTLX5kVZStUtXZywhEi3vqvY6iEzJnc57cNgHFQ5JCczElTs/062v6ODTT7eX8ZOTqQcxa3nMUWQ== + version "1.4.675" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.675.tgz#9e612a5339e3c9f884982478a8aaf2da3ab6ec7d" + integrity sha512-+1u3F/XPNIdUwv8i1lDxHAxCvNNU0QIqgb1Ycn+Jnng8ITzWSvUqixRSM7NOazJuwhf65IV17f/VbKj8DmL26A== emittery@^0.13.1: version "0.13.1"