chore(release): don't check for NODE_ENV to set banner
This commit is contained in:
parent
b91fed2be4
commit
0e90150e9c
1 changed files with 0 additions and 3 deletions
|
|
@ -1,11 +1,8 @@
|
|||
import { plugins } from '../../rollup.base.config';
|
||||
import { checkIsReleaseReady } from '../../scripts/checkIsReleaseReady';
|
||||
import { getBundleBanner } from '../../scripts/getBundleBanner';
|
||||
|
||||
import pkg from './package.json';
|
||||
|
||||
checkIsReleaseReady();
|
||||
|
||||
if (!process.env.BUILD) {
|
||||
throw new Error('The `BUILD` environment variable is required to build.');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue