Skip to content

Commit 12e1706

Browse files
committed
build(npm): Fix tests
1 parent 64ba1fd commit 12e1706

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"format": "prettier --write \"{src,test}/**/{*.js,!(*.d).ts}\"",
1414
"clean": "npx -y rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist",
1515
"clean:all": "yarn run clean && npx -y rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock",
16-
"reset": "yarn run clean:all && yarn install",
16+
"reset": "yarn run clean:all && yarn install && yarn build",
1717
"-------------- ": "",
1818
"prebuild": "npx -y rimraf -g dist",
1919
"install:tests": "cd test && yarn install",

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"workspaces": {
2525
"packages": [
26-
"packages/*"
26+
"projects/*"
2727
],
2828
"nohoist": [
2929
"**/semver/*",

test/projects/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nx",
33
"version": "0.0.0",
44
"scripts": {
5-
"build": "yarn nx build library1 --skip-nx-cache"
5+
"build": "npx nx build library1 --skip-nx-cache"
66
},
77
"private": true,
88
"dependencies": {},

test/yarn.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,9 +3040,9 @@ ejs@^3.1.7:
30403040
jake "^10.8.5"
30413041

30423042
electron-to-chromium@^1.4.668:
3043-
version "1.4.674"
3044-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.674.tgz#6ddb629ae52c3192984423b54dc1fffe79e1b007"
3045-
integrity sha512-jZtIZxv9FlwTLX5kVZStUtXZywhEi3vqvY6iEzJnc57cNgHFQ5JCczElTs/062v6ODTT7eX8ZOTqQcxa3nMUWQ==
3043+
version "1.4.675"
3044+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.675.tgz#9e612a5339e3c9f884982478a8aaf2da3ab6ec7d"
3045+
integrity sha512-+1u3F/XPNIdUwv8i1lDxHAxCvNNU0QIqgb1Ycn+Jnng8ITzWSvUqixRSM7NOazJuwhf65IV17f/VbKj8DmL26A==
30463046

30473047
emittery@^0.13.1:
30483048
version "0.13.1"
@@ -6247,6 +6247,10 @@ typed-assert@^1.0.8:
62476247
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.5.tgz#dae20114a7b4ff4bd642db9c8c699f2953e8bbdb"
62486248
integrity sha512-BEjlc0Z06ORZKbtcxGrIvvwYs5hAnuo6TKdNFL55frVDlB+na3z5bsLhFaIxmT+dPWgBIjMo6aNnTOgHHmHgiQ==
62496249

6250+
"typescript-transform-paths@link:..":
6251+
version "0.0.0"
6252+
uid ""
6253+
62506254
"typescript-transform-paths@link:../src":
62516255
version "0.0.0"
62526256
uid ""

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,9 +1358,9 @@ eastasianwidth@^0.2.0:
13581358
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
13591359

13601360
electron-to-chromium@^1.4.668:
1361-
version "1.4.674"
1362-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.674.tgz#6ddb629ae52c3192984423b54dc1fffe79e1b007"
1363-
integrity sha512-jZtIZxv9FlwTLX5kVZStUtXZywhEi3vqvY6iEzJnc57cNgHFQ5JCczElTs/062v6ODTT7eX8ZOTqQcxa3nMUWQ==
1361+
version "1.4.675"
1362+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.675.tgz#9e612a5339e3c9f884982478a8aaf2da3ab6ec7d"
1363+
integrity sha512-+1u3F/XPNIdUwv8i1lDxHAxCvNNU0QIqgb1Ycn+Jnng8ITzWSvUqixRSM7NOazJuwhf65IV17f/VbKj8DmL26A==
13641364

13651365
emittery@^0.13.1:
13661366
version "0.13.1"

0 commit comments

Comments
 (0)