Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
0 deletions
-
lib/read-metadata.js
|
@ -53,6 +53,7 @@ async function readMetaData(path, { |
|
|
|
|
|
|
|
|
if (deploymentType === 'static') { |
|
|
if (deploymentType === 'static') { |
|
|
isStatic = true |
|
|
isStatic = true |
|
|
|
|
|
deploymentType = 'npm' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (deploymentType === 'npm') { |
|
|
if (deploymentType === 'npm') { |
|
|