Skip to content

Commit

Permalink
chore: add build
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Dec 30, 2023
1 parent 74c640a commit e7970c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mprocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
procs:
contracts:
cwd: packages/contracts
shell: pnpm wait-port 5050; sozo migrate
shell: sozo build; pnpm wait-port 5050; sozo migrate
client:
cwd: packages/client
shell: pnpm run dev
Expand Down

0 comments on commit e7970c3

Please sign in to comment.