Skip to content

Commit 365de16

Browse files
committed
Fix #1
1 parent e4b840a commit 365de16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/package.build.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
*/
1111
function task_compiler_build(Event $e) {
1212
Tasks::run("build", [], null);
13+
fs::makeDir("../jppm-plugin/src/jpfa/");
1314
fs::move("./build/jphp-compiler.jar", "../jppm-plugin/src/jpfa/jphp-compiler.jar");
1415
}

0 commit comments

Comments
 (0)