mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix for svelte_check
This commit is contained in:
parent
8ff8186aab
commit
677a33f585
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def svelte_check(name = "svelte_check", srcs = []):
|
|||
"//ts/lib",
|
||||
"@npm//sass",
|
||||
] + srcs,
|
||||
env = {"SASS_PATH": "$(rootpath //ts:tsconfig.json)/../.."},
|
||||
env = {"SASS_PATH": "ts/sass"},
|
||||
# a lack of sandboxing on Windows breaks the local svelte_check
|
||||
# tests, so we need to disable them on Windows for now
|
||||
target_compatible_with = select({
|
||||
|
|
Loading…
Reference in a new issue