summaryrefslogtreecommitdiff
path: root/format.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-05-04 17:33:50 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-05-04 11:33:50 -0400
commit02bd7e956ec691076f597085bdfcc82afa8292cd (patch)
treea32ff4d7a642457d0734fa6b88f0a8b35f91eed7 /format.ts
parent2f14376f604fec4b7a4bded11c9f0578bad39a6b (diff)
bump CI to v0.4.0 (denoland/deno_std#378)
Original: https://github.com/denoland/deno_std/commit/2ad643d29690f6390c250f55e993727ae8e1ba54
Diffstat (limited to 'format.ts')
-rwxr-xr-xformat.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.ts b/format.ts
index 80bde59de..1965044cc 100755
--- a/format.ts
+++ b/format.ts
@@ -7,6 +7,7 @@ import { xrun } from "./prettier/util.ts";
async function main(opts): Promise<void> {
const args = [
execPath,
+ "run",
"--allow-write",
"--allow-read",
"prettier/main.ts",