Skip to content

Commit

Permalink
Change publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Dec 5, 2023
1 parent 3622741 commit 296426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ release-lib:
set -euxo pipefail
for package in {{lib_packages}}; do
pushd "dist/$package"
yarn npm publish
npm publish
popd
done

0 comments on commit 296426b

Please sign in to comment.