mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
fix scripts/svelte-check invocation
@hgiesel there are a couple of warnings shown there that are not currently being picked up with the Bazel tests
This commit is contained in:
parent
a32bb47b9b
commit
9a409c7b8c
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ts && SASS_PATH=$(pwd)/../bazel-bin node_modules/.bin/svelte-check
|
||||
SASS_PATH=$(pwd)/bazel-bin ts/node_modules/.bin/svelte-check
|
||||
|
|
Loading…
Reference in a new issue