File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
parallelism : 4
106
106
steps :
107
107
- attach_workspace : *attach_options
108
- - run : xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
108
+ - run : PATH=~/.npm-global/bin:$PATH xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
109
109
- store_artifacts :
110
110
path : /tmp/dist
111
111
destination : cli/new-production
@@ -119,7 +119,7 @@ jobs:
119
119
parallelism : 4
120
120
steps :
121
121
- attach_workspace : *attach_options
122
- - run : xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} --ivy
122
+ - run : PATH=~/.npm-global/bin:$PATH xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} --ivy
123
123
124
124
e2e-cli-ng-snapshots :
125
125
<< : *defaults
Original file line number Diff line number Diff line change @@ -73,6 +73,14 @@ const ignoredPackages = [
73
73
'true-case-path@1.0.2' , // Apache-2.0 but broken license in package.json
74
74
'uws@9.14.0' , // zlib license
75
75
76
+ // * Need to publish these with LICENSE files
77
+ // see https://github.com/bazelbuild/rules_nodejs/pull/696
78
+ // TODO(alexeagle): remove these after a release that fixes it
79
+ '@bazel/bazel@0.24.1' ,
80
+ '@bazel/bazel-linux_x64@0.24.1' ,
81
+ '@bazel/buildifier@0.22.0' ,
82
+ '@bazel/buildifier-linux_x64@0.22.0' ,
83
+
76
84
// * Other
77
85
'font-awesome@4.7.0' , // (OFL-1.1 AND MIT)
78
86
'stream-json@0.5.2' , // 'New BSD'
You can’t perform that action at this time.
0 commit comments