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

ci: use import to fix alteration sequence check (#2769)

This commit is contained in:
wangsijie 2022-12-30 11:08:09 +08:00 committed by GitHub
parent b5b1e5f258
commit 64e17e6f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
* *
*/ */
const { execSync } = require("child_process"); import { execSync } from "child_process";
const alterationFilePrefix = "packages/schemas/alterations/"; const alterationFilePrefix = "packages/schemas/alterations/";