chore: copy license to all packages

This commit is contained in:
ObserverOfTime 2025-08-15 16:00:23 +03:00 committed by Amaan Qureshi
parent d1160cb820
commit 56325d2a3b
15 changed files with 178 additions and 3 deletions

View file

@ -94,6 +94,7 @@
"test": "vitest run",
"test:watch": "vitest",
"prepack": "cp ../../LICENSE .",
"postpack": "rm LICENSE",
"prepublishOnly": "tsx script/check-artifacts-fresh.ts"
}
}