Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhopperlowe authored Oct 25, 2024
1 parent 3583cd4 commit 20b818d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ui:
ui-user:
cd ui/user && \
pnpm install && \
npm run build
pnpm run build

clean:
rm -rf ui/admin/build
Expand All @@ -32,8 +32,8 @@ lint: lint-admin

lint-admin:
cd ui/admin && \
npm run format && \
npm run lint
pnpm run format && \
pnpm run lint

package-tools:
./tools/package-tools.sh
Expand Down

0 comments on commit 20b818d

Please sign in to comment.