chore: import upstream snapshot with attribution
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
REPO_ROOT="$(git rev-parse --show-toplevel)"
|
||||
cd "$REPO_ROOT"
|
||||
|
||||
if ! git diff --cached --quiet -- packages viewer skills plugins/cad/skills scripts/bundle; then
|
||||
scripts/bundle/bundle.sh --check
|
||||
fi
|
||||
Reference in New Issue
Block a user