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:
parent
b5b1e5f258
commit
64e17e6f89
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
const { execSync } = require("child_process");
|
||||
import { execSync } from "child_process";
|
||||
|
||||
const alterationFilePrefix = "packages/schemas/alterations/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue