report-generator-backend/patch-package-json.sh
jorming.chong 148182c680
Some checks are pending
Test / test (push) Waiting to run
first commit
2026-01-07 09:29:07 +08:00

7 lines
195 B
Bash
Executable File

#!/bin/bash
# Workaround for yarn workspace
cat ./package.json ./package.patch.json | npx json --deep-merge | tee ./package.json.temp
mv ./package.json.temp ./package.json
npx sort-package-json