Skip to content

Commit

Permalink
build: fix engine/ (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Mar 25, 2024
1 parent b1b7f4a commit 154f646
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/build
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ case "$_path" in
npx nodemon \
--verbose \
--ext rs,hb,hbs \
--ignore index.d.ts \
--exec 'yarn build'
--exec 'cargo build'
else
cargo build
fi
Expand Down

0 comments on commit 154f646

Please sign in to comment.