From 02bd7e956ec691076f597085bdfcc82afa8292cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 4 May 2019 17:33:50 +0200 Subject: bump CI to v0.4.0 (denoland/deno_std#378) Original: https://github.com/denoland/deno_std/commit/2ad643d29690f6390c250f55e993727ae8e1ba54 --- format.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'format.ts') 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 { const args = [ execPath, + "run", "--allow-write", "--allow-read", "prettier/main.ts", -- cgit v1.2.3