From 744f5eca3514c7e7c4e114fc7cb780c88c07d2e1 Mon Sep 17 00:00:00 2001 From: Cezary Piatek Date: Tue, 5 Dec 2023 19:03:51 +0100 Subject: [PATCH] WIP --- .github/workflows/pr-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-verification.yml b/.github/workflows/pr-verification.yml index 1be2dde..ef063ef 100644 --- a/.github/workflows/pr-verification.yml +++ b/.github/workflows/pr-verification.yml @@ -22,7 +22,7 @@ jobs: working-directory: src/nscenario-report-browser/ - name: Pack - run: npm run inline + run: script -qec "npm inliner -nm --preserve-comments build/index.html > build/report-browser-template.html" > /dev/null working-directory: src/nscenario-report-browser/ - name: Upload template