From c8ddc621294ad756123a03a46b3537c3c4e47535 Mon Sep 17 00:00:00 2001 From: Jake Urban Date: Fri, 11 Jun 2021 16:04:16 -0700 Subject: [PATCH] use yarn to publish the @stellar/anchor-tests package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2df2995..6daf37b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "scripts": { "build:anchor-tests": "yarn workspace @stellar/anchor-tests build", "build:docs": "yarn workspace @stellar/anchor-tests typedoc --out ../../docs", - "publish:anchor-tests": "npm publish @stellar/anchor-tests --access public", + "publish:anchor-tests": "yarn publish @stellar/anchor-tests --access public", "stellar-anchor-tests": "node @stellar/anchor-tests/lib/cli.js", "start:ui": "yarn workspace ui start", "build:server": "yarn build:anchor-tests; yarn workspace server build",