From 3e6df402ae89ab2107baec5951fb6ff35a905ab0 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 15 Apr 2021 14:29:03 +1000 Subject: [PATCH] add example script to run svelte-check outside Bazel todo: investigate why it's reporting one issue that is not caught when testing with Bazel --- scripts/svelte-check | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/svelte-check diff --git a/scripts/svelte-check b/scripts/svelte-check new file mode 100755 index 000000000..fe6d951cb --- /dev/null +++ b/scripts/svelte-check @@ -0,0 +1,3 @@ +#!/bin/bash + +cd ts && SASS_PATH=$(pwd)/../bazel-bin node_modules/.bin/svelte-check