Skip to content

Commit

Permalink
use yarn to publish the @stellar/anchor-tests package
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Jun 11, 2021
1 parent 27d1acb commit c8ddc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8ddc62

Please sign in to comment.