Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Feb 27, 2024
1 parent f560839 commit 6f9a62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ exports.clean = series(clean);
exports.build = series(
clean,
createVersionFile,
installCrossDeps,
// installCrossDeps,
parallel(
buildRust,
buildBack,
Expand All @@ -364,7 +364,7 @@ exports.build = series(
exports.watch = series(
clean,
createVersionFile,
installCrossDeps,
// installCrossDeps,
parallel(
buildRust,
watchBack,
Expand Down

0 comments on commit 6f9a62c

Please sign in to comment.