Uncomment npm publish

This commit is contained in:
Exidex 2024-02-03 22:05:18 +01:00
parent d18bda0a00
commit 586baa0922

View file

@ -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" });