Skip to content

Commit 65e373c

Browse files
committed
Improve installation process for publishing.
- Update publish target in Makefile to include install step before publishing package.
1 parent 1517d24 commit 65e373c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ build:
5252
build-image:
5353
docker compose build
5454

55-
publish: publish-package publish-image
55+
publish: install publish-package publish-image
5656

5757
publish-package:
5858
rm -rdf dist

0 commit comments

Comments
 (0)