We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d8265 commit dc0e4b6Copy full SHA for dc0e4b6
plugin.xml
@@ -43,7 +43,7 @@ SOFTWARE.
43
44
<!-- Hooks -->
45
<hook src="src/scripts/hooks/beforePluginInstall.js" type="before_plugin_install" />
46
- <hook src="src/scripts/hooks/beforePrepare.js" type="after_plugin_install" />
+
47
<hook src="src/scripts/hooks/afterPrepare.js" type="after_plugin_add" />
48
<hook src="src/scripts/hooks/beforePrepare.js" type="before_prepare" />
49
<hook src="src/scripts/hooks/afterPrepare.js" type="after_prepare" />
0 commit comments