Files
anki/yarn
2026-02-11 14:26:53 +07:00

11 lines
307 B
Bash
Executable File

#!/bin/bash
# Execute subcommand (eg 'yarn <cmd> ...')
set -e
export PATH="./out/extracted/node/bin:$PATH"
./out/extracted/node/bin/yarn $*
./node_modules/.bin/license-checker-rseidelsohn --production --json \
--excludePackages anki --relativeLicensePath \
--relativeModulePath > ts/licenses.json