Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 4e4b6c4

Browse files
chore(tests): Use yarn workspace for test:downstream.
1 parent 1f6d584 commit 4e4b6c4

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:ng14": "karma start --ngversion 1.4",
2222
"test:ng15": "karma start --ngversion 1.5",
2323
"test:ng16": "karma start --ngversion 1.6",
24-
"test:downstream": "npm run build && test_downstream_projects",
24+
"test:downstream": "npm run build && test_downstream_projects --workspace",
2525
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
2626
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
2727
"docs": "generate_docs && publish_docs",
@@ -82,7 +82,7 @@
8282
"@types/angular-mocks": "1.5.11",
8383
"@types/jasmine": "2.8.6",
8484
"@types/jquery": "3.3.1",
85-
"@uirouter/publish-scripts": "2.3.1",
85+
"@uirouter/publish-scripts": "2.3.2",
8686
"dts-downlevel": "0.3.0",
8787
"fork-ts-checker-webpack-plugin": "0.4.1",
8888
"husky": "^0.14.3",

yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,16 @@
9797
version "5.0.17"
9898
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.17.tgz#c85d422b1e9a45df885be8b84f9b7f53233a7973"
9999

100-
"@uirouter/[email protected].1":
101-
version "2.3.1"
102-
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.1.tgz#0b380d81ae410f950010bdf964dd402b03cb30f4"
100+
"@uirouter/[email protected].2":
101+
version "2.3.2"
102+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.3.2.tgz#27a919e5da3f061cc4ceb7038eda72b4001f12d1"
103103
dependencies:
104104
conventional-changelog "^1.1.4"
105105
conventional-changelog-ui-router-core "^1.4.2"
106106
find-parent-dir "^0.3.0"
107107
git-semver-tags "^1.2.1"
108108
lodash "^4.17.5"
109+
node-cleanup "^2.1.2"
109110
npm-run-all "^4.1.1"
110111
open "^0.0.5"
111112
readline-sync "^1.4.7"
@@ -3729,6 +3730,10 @@ netmask@~1.0.4:
37293730
version "1.0.6"
37303731
resolved "https://registry.yarnpkg.com/netmask/-/netmask-1.0.6.tgz#20297e89d86f6f6400f250d9f4f6b4c1945fcd35"
37313732

3733+
node-cleanup@^2.1.2:
3734+
version "2.1.2"
3735+
resolved "https://registry.yarnpkg.com/node-cleanup/-/node-cleanup-2.1.2.tgz#7ac19abd297e09a7f72a71545d951b517e4dde2c"
3736+
37323737
node-libs-browser@^2.0.0:
37333738
version "2.0.0"
37343739
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.0.0.tgz#a3a59ec97024985b46e958379646f96c4b616646"

0 commit comments

Comments
 (0)