mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
5 lines
122 B
Bash
Executable file
5 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
SASS_PATH=ts/sass:$(pwd)/../bazel/anki/bin/ts/sass \
|
|
node_modules/.bin/svelte-check \
|
|
--workspace ts
|