mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
12 lines
304 B
Plaintext
Executable File
12 lines
304 B
Plaintext
Executable File
SCRIPT_DIR="$(readlink -f "$(dirname "$0")")"
|
|
MONOREPO_ROOT="$(readlink -f "$SCRIPT_DIR/../")"
|
|
|
|
node "$MONOREPO_ROOT/scripts/check-po-files.cjs" || exit 1
|
|
|
|
echo "Copying .well-known/ contents"
|
|
node "$MONOREPO_ROOT/scripts/copy-wellknown.cjs"
|
|
|
|
git add "$MONOREPO_ROOT/apps/remix/public/"
|
|
|
|
npx lint-staged
|