mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Fix the Bazel deploy step again (#1541)
This commit is contained in:
parent
756fcd3911
commit
6622eebd79
@ -17,7 +17,7 @@ Future<void> updateBazel() async {
|
||||
run("npm", arguments: ["install", "-g", "yarn"]);
|
||||
|
||||
var repo = await cloneOrCheckout(
|
||||
"https://github.com/bazelbuild/rules_sass.git", "origin/main");
|
||||
"https://github.com/bazelbuild/rules_sass.git", "main");
|
||||
|
||||
var packageFile = File(p.join(repo, "sass", "package.json"));
|
||||
log("updating ${packageFile.path}");
|
||||
|
Loading…
Reference in New Issue
Block a user