mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Uncomment npm publish
This commit is contained in:
parent
d18bda0a00
commit
586baa0922
1 changed files with 2 additions and 2 deletions
|
|
@ -139,9 +139,9 @@ async function doPublish() {
|
|||
build(projectRoot, false)
|
||||
|
||||
console.log("Publishing npm deno package...")
|
||||
// execSync('npm publish', { stdio: "inherit", cwd: denoProjectPath })
|
||||
execSync('npm publish', { stdio: "inherit", cwd: denoProjectPath })
|
||||
console.log("Publishing npm api package...")
|
||||
// execSync('npm publish', { stdio: "inherit", cwd: apiProjectPath })
|
||||
execSync('npm publish', { stdio: "inherit", cwd: apiProjectPath })
|
||||
|
||||
console.log("Fetching architecture and target...")
|
||||
const rustcVv = execSync('rustc -Vv', { encoding: "utf-8" });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue