Browse Source

Make static deployments definable

This closes #318
master
Leo Lamprecht 8 years ago
parent
commit
ae9dd8f441
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 1
      lib/read-metadata.js

1
lib/read-metadata.js

@ -53,6 +53,7 @@ async function readMetaData(path, {
if (deploymentType === 'static') {
isStatic = true
deploymentType = 'npm'
}
if (deploymentType === 'npm') {

Loading…
Cancel
Save