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 9a50941 commit 239b89bCopy full SHA for 239b89b
README.md
@@ -245,6 +245,13 @@ custom:
245
If you specify a module in both arrays, `forceInclude` and `forceExclude`, the
246
exclude wins and the module will not be packaged.
247
248
+#### Local modules
249
+
250
+You can use `file:` version references in your `package.json` to use a node module
251
+from a local folder (e.g. `"mymodule": "file:../../myOtherProject/mymodule"`).
252
+With that you can do test deployments from the local machine with different
253
+module versions or modules before they are published officially.
254
255
#### Examples
256
257
You can find an example setups in the [`examples`][link-examples] folder.
0 commit comments