mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
Add root package.json with build and validate scripts
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user