Build: Add workaround dist root artifact referencing auto-generated dist

We can't set output-path and build-on-make from idea-ext plugin
This commit is contained in:
Vyacheslav Gerasimov
2019-05-15 22:04:08 +03:00
parent 72be81ba46
commit 31c3955940
+8
View File
@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact build-on-make="true" name="dist_root">
<output-path>$PROJECT_DIR$/dist</output-path>
<root id="root">
<element id="artifact" artifact-name="dist" />
</root>
</artifact>
</component>