Skip to content

Commit

Permalink
use deployer instead of console
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Jul 11, 2023
1 parent 8c190fd commit 8be0bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_schemas.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const updatedContent = defaultContent.replace(/( {2}- schema: \S+\n)+/, patch)
writeFileSync(defaultPath, updatedContent)

chdir(RIME_DIR)
ensure(spawnSync('./rime_console', [], {
ensure(spawnSync('./rime_deployer', ['--build'], {
stdio: ['ignore', 'inherit', 'inherit'],
input: ''
}))
Expand Down

0 comments on commit 8be0bd2

Please sign in to comment.