Skip to content

Commit 239b89b

Browse files
author
Frank Schmid
committed
Update README
1 parent 9a50941 commit 239b89b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ custom:
245245
If you specify a module in both arrays, `forceInclude` and `forceExclude`, the
246246
exclude wins and the module will not be packaged.
247247

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+
248255
#### Examples
249256
250257
You can find an example setups in the [`examples`][link-examples] folder.

0 commit comments

Comments
 (0)