1
0
Fork 0

chore(release): don't check for NODE_ENV to set banner

This commit is contained in:
François Chalifour 2020-08-26 15:40:59 +02:00
parent b91fed2be4
commit 0e90150e9c

View file

@ -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.');
}