0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

chore: setup schemas workflow

This commit is contained in:
Gao Sun 2021-07-26 01:23:40 +08:00
parent 978f5671d6
commit 95716ca5a3

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",