Skip to content

Commit

Permalink
build(npm): Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Feb 19, 2024
1 parent cb0d1e3 commit 8bfb0b1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Expand Up @@ -23,7 +23,7 @@
},
"workspaces": {
"packages": [
"packages/*"
"projects/*"
],
"nohoist": [
"**/semver/*",
Expand Down
2 changes: 1 addition & 1 deletion test/projects/nx/package.json
Expand Up @@ -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": {},
Expand Down
10 changes: 7 additions & 3 deletions test/yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 8bfb0b1

Please sign in to comment.