Skip to content

Commit 06ff773

Browse files
authored
Change publish command (#148)
1 parent 3622741 commit 06ff773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ release-lib:
101101
set -euxo pipefail
102102
for package in {{lib_packages}}; do
103103
pushd "dist/$package"
104-
yarn npm publish
104+
npm publish
105105
popd
106106
done

0 commit comments

Comments
 (0)