Browse Source
Use static deployment type if defined in config
master
Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
4 additions and
0 deletions
-
lib/read-metadata.js
|
|
@ -51,6 +51,10 @@ async function readMetaData(path, { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (deploymentType === 'static') { |
|
|
|
isStatic = true |
|
|
|
} |
|
|
|
|
|
|
|
if (deploymentType === 'npm') { |
|
|
|
if (isStatic) { |
|
|
|
pkg = listPackage |
|
|
|