This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bbd7d057d8
anki
/
scripts
/
svelte-check
4 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
2021-04-15 06:29:03 +02:00
#!/bin/bash
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
2021-04-16 02:28:37 +02:00
SASS_PATH=$(pwd)/bazel-bin ts/node_modules/.bin/svelte-check
Reference in New Issue
Copy Permalink