Add root package.json with build and validate scripts

This commit is contained in:
Pedro Rodrigues
2026-01-19 20:02:44 +00:00
parent 892387b1b7
commit 6cd3bcf6b7

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "postgres-best-practices",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "npm --prefix packages/postgres-best-practices-build run build",
"validate": "npm --prefix packages/postgres-best-practices-build run validate"
}
}