0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: setup schemas workflow

This commit is contained in:
Gao Sun 2021-07-26 01:23:40 +08:00
parent cac90d98d8
commit 249d7897e5
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31

View file

@ -13,7 +13,7 @@
"generate": "ts-node src/gen/index.ts && eslint --format pretty \"src/db-entries/**\" --fix",
"build": "yarn generate && rm -rf lib/ && tsc --p tsconfig.build.json",
"lint": "eslint --format pretty \"src/**\"",
"prepare": "yarn build"
"prepack": "yarn build"
},
"engines": {
"node": ">=14.15.0",