There was an error while loading. Please reload this page.
1 parent 6ca8a58 commit cdc4553Copy full SHA for cdc4553
README.md
@@ -66,10 +66,10 @@ all: # run in `prebuild`, `build`...
66
67
The following environment variables are available in the script to refer to the Plugin context.
68
69
-- RUN_SCRIPT_TARGET_PACKAGE_DIR
+- RUN_SCRIPT_TARGET_PACKAGE_DIR
70
Path of the target package on which the plugin runs.
71
The path obtained by `PackagePlugin.PluginContext.package.directory`
72
-- RUN_SCRIPT_PLUGIN_WORK_DIR
+- RUN_SCRIPT_PLUGIN_WORK_DIR
73
The path of a writable directory into which the plugin or the build commands it constructs can write anything it wants.
74
The path obtained by `PackagePlugin.PluginContext.pluginWorkDirectory`
75
0 commit comments