mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
Invoking from scripts/svelte-check is currently broken due to sass imports - it appears to have been broken some time back.
3 lines
89 B
Bash
Executable file
3 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
SASS_PATH=$(pwd)/bazel-bin ts/node_modules/.bin/svelte-check --workspace ts
|