Fix build command
This commit is contained in:
parent
de2818eee3
commit
97dc8b3acd
|
@ -1,3 +1,3 @@
|
|||
[build]
|
||||
command = "composer prod && yarn prod && cp -R source/build output_prod"
|
||||
command = "composer prod && yarn prod && cp -R source/dist output_prod"
|
||||
publish = "output_prod"
|
||||
|
|
Reference in a new issue