Skip to content

Commit 858be49

Browse files
committed
Remove unnecessary degit package
1 parent bb3061c commit 858be49

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

justfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ clean-build:
2323
rm -rf "{{ extension_dir }}/web-view-dist"
2424
rm -rf "{{ root_dir }}/out"
2525

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-
3526
lint target="all":
3627
#!/usr/bin/env bash
3728
set -euox pipefail

0 commit comments

Comments
 (0)