Skip to content

Commit

Permalink
fix(setup): add controller to prebuild before start local develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling committed May 17, 2024
1 parent 899d616 commit f7c8df9
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 f7c8df9

Please sign in to comment.