Revert "[now-static-build] Add support buildCommand, devCommand and outputDirectory (#3422)" (#3428)

This reverts commit 5a6d1a135f.
This commit is contained in:
Andy
2019-12-14 00:12:16 +01:00
committed by Steven
parent fb85b6b27a
commit f7b4dd4458
16 changed files with 21 additions and 332 deletions

View File

@@ -502,10 +502,6 @@ describe('Test `detectBuilders`', () => {
config: {
zeroConfig: true,
buildCommand: 'yarn build',
framework: {
slug: 'next',
version: '9.0.0',
},
functions: {
'pages/api/teams/**': {
memory: 128,
@@ -573,10 +569,6 @@ describe('Test `detectBuilders`', () => {
config: {
zeroConfig: true,
buildCommand: 'yarn build',
framework: {
slug: 'next',
version: '9.0.0',
},
},
});
});
@@ -918,12 +910,8 @@ describe('Test `detectBuilders`', () => {
use: '@now/next',
src: 'package.json',
config: {
zeroConfig: true,
buildCommand: 'yarn build',
framework: {
slug: 'next',
version: '9.0.0',
},
zeroConfig: true,
},
});