Skip to content

Commit

Permalink
fix(setup): add controller to prebuild before start local develop (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling authored May 17, 2024
1 parent a0a4e29 commit 07b0245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const { exec } = require('child_process')

exec('pnpm -F @opentiny/tiny-engine-dsl-vue build')
exec('pnpm -F @opentiny/tiny-engine-controller -F @opentiny/tiny-engine-dsl-vue build')

0 comments on commit 07b0245

Please sign in to comment.