From fdff1f5e76d27b4318da1ef19f1745d6e1ba1e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 24 Aug 2020 16:32:39 +0100 Subject: [PATCH] fix(ci): use new path cof source-map-explorer --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index 6b6788db6..d428b90ac 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -51,4 +51,4 @@ format: node_modules/prettier/bin-prettier.js node_modules/prettier/bin-prettier.js --write 'src/**/*.ts' 'src/**/*.tsx' build/stats.json: build - node_modules/source-map-explorer/dist/cli.js build/static/*/*.{js,css} --json > build/stats.json + node_modules/source-map-explorer/bin/cli.js build/static/*/*.{js,css} --json > build/stats.json