From d90105ffca3225d0ddb2df4d0f1d49ed78895c1e Mon Sep 17 00:00:00 2001 From: Louis Bompart Date: Mon, 19 Feb 2024 13:54:54 -0500 Subject: [PATCH] force prebuild --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36907031fc..ccf4c4adc6 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "release:github": "npx -p=@coveord/release github-publish", "nx:graph": "nx graph --file=topology.json", "release:phase0": "npx -p=@coveord/release git-lock", - "release:phase1": "nx run-many --target=release:phase1 --all --parallel=false --output-style=stream && npx -p=@coveord/release reify", + "release:phase1": "npm run build && nx run-many --target=release:phase1 --all --parallel=false --output-style=stream && npx -p=@coveord/release reify", "release:phase2": "npx -p=@coveord/release is-cli-release" }, "workspaces": [