File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,10 @@ Future<void> benchmarkGenerate() async {
59
59
File ("${sources .path }/duomo.scss" )
60
60
.writeAsStringSync ("@import '../duomo/scripts/duomo.scss'" );
61
61
62
- // Note: This version only supports Node Sass 5.x, which only supports up to
63
- // Node 14.x. Once there's a version that support Node Sass 6.x, we should use
64
- // that instead.
65
62
var carbon = cloneOrCheckout (
66
63
"https://github.com/carbon-design-system/ibm-cloud-cognitive" ,
67
- "@carbon/ibm-cloud-cognitive@0.93.2 " );
68
- await runAsync ("npm " , arguments: ["install" ], workingDirectory: carbon);
64
+ "@carbon/ibm-cloud-cognitive@1.0.0-rc.0 " );
65
+ await runAsync ("yarn " , arguments: ["install" ], workingDirectory: carbon);
69
66
File ("${sources .path }/carbon.scss" )
70
67
.writeAsStringSync ("@import '../ibm-cloud-cognitive/packages/"
71
68
"cloud-cognitive/src/index-without-carbon-released-only'" );
You can’t perform that action at this time.
0 commit comments