We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3061c commit 858be49Copy full SHA for 858be49
justfile
@@ -23,15 +23,6 @@ clean-build:
23
rm -rf "{{ extension_dir }}/web-view-dist"
24
rm -rf "{{ root_dir }}/out"
25
26
-degit source_dir target_dir:
27
- degit https://github.com/KubrickCode/general/{{ source_dir }} {{ target_dir }}
28
-
29
-install-degit:
30
- #!/usr/bin/env bash
31
- if ! command -v degit &> /dev/null; then
32
- npm install -g degit
33
- fi
34
35
lint target="all":
36
#!/usr/bin/env bash
37
set -euox pipefail
0 commit comments