fix(setup): add controller to prebuild before start local develop (#493)

This commit is contained in:
chilingling 2024-05-17 02:32:00 -07:00 committed by GitHub
parent a0a4e293d8
commit 07b0245fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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')