mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
9 lines
244 B
Text
Executable file
9 lines
244 B
Text
Executable file
SCRIPT_DIR="$(readlink -f "$(dirname "$0")")"
|
|
MONOREPO_ROOT="$(readlink -f "$SCRIPT_DIR/../")"
|
|
|
|
echo "Copying .well-known/ contents"
|
|
node "$MONOREPO_ROOT/scripts/copy-wellknown.cjs"
|
|
|
|
git add "$MONOREPO_ROOT/apps/remix/public/"
|
|
|
|
npx lint-staged
|