feat:update assets file

This commit is contained in:
pengfeizhou
2021-02-24 19:20:02 +08:00
committed by osborn
parent 6b8fd4d540
commit 39fbd296de
2 changed files with 2 additions and 2 deletions

View File

@@ -46,5 +46,5 @@ afterEvaluate {
task buildJSBundle(type: Exec) {
workingDir project.rootDir.getParent()
commandLine 'doric', 'build'
commandLine 'npm', 'run', 'build'
}