chore: upgrade dprint 0.13.1 to fix CI. (#10513)

This commit is contained in:
David Sherret 2021-05-06 00:22:24 -04:00 committed by GitHub
parent 4f5b4f9cee
commit a9c58d5e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 72f5f1a9fa3274ed9de313a752bbfe3afa7d39d2
Subproject commit 3bd4e3652304eb97177e1fc217943529322f4680

View File

@ -3,7 +3,7 @@
import { getPrebuiltToolPath, getSources, join, ROOT_PATH } from "./util.js";
async function dprint() {
const configFile = join(ROOT_PATH, ".dprintrc.json");
const configFile = join(ROOT_PATH, ".dprint.json");
const execPath = getPrebuiltToolPath("dprint");
console.log("dprint");
const p = Deno.run({