Skip to content

Commit 1a727a8

Browse files
committed
feat: Added upload script for schema to codify registry
1 parent 9e127f2 commit 1a727a8

4 files changed

Lines changed: 1594 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
/yarn.lock
1111
node_modules
1212
oclif.manifest.json
13+
.env

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typings": "dist/index.d.ts",
88
"scripts": {
99
"test": "vitest",
10-
"prepublishOnly": "tsc"
10+
"prepublishOnly": "tsc",
11+
"script:upload-plugin": "tsx scripts/upload-resources.ts"
1112
},
1213
"keywords": [],
1314
"author": "",
@@ -19,6 +20,9 @@
1920
"@types/node": "20.17.14",
2021
"vitest": "^1.4.0",
2122
"typescript": "^5.3.3",
22-
"ajv-formats": "^3.0.1"
23+
"ajv-formats": "^3.0.1",
24+
"@supabase/supabase-js": "^2.50.0",
25+
"tsx": "^4.20.3",
26+
"dotenv": "^16.5.0"
2327
}
2428
}

0 commit comments

Comments
 (0)