forked from opentiny/tiny-engine
fix(setup): add controller to prebuild before start local develop (#493)
This commit is contained in:
parent
a0a4e293d8
commit
07b0245fa0
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue