mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-17 18:06:10 +08:00
check lockfile
This commit is contained in:
@@ -13,6 +13,8 @@ const properties = require('properties');
|
||||
import { depVersions } from './utils/dep-versions';
|
||||
import { t } from './utils/i18n';
|
||||
import { tempDir } from './utils/constants';
|
||||
import { checkLockFiles } from './utils/check-lockfile';
|
||||
import { addGitIgnore } from './utils/add-gitignore';
|
||||
|
||||
let bsdiff;
|
||||
let hdiff;
|
||||
@@ -913,6 +915,9 @@ export const commands = {
|
||||
platform,
|
||||
});
|
||||
|
||||
checkLockFiles();
|
||||
addGitIgnore();
|
||||
|
||||
const bundleParams = await checkPlugins();
|
||||
const sourcemapPlugin = bundleParams.sourcemap;
|
||||
const isSentry = bundleParams.sentry;
|
||||
|
Reference in New Issue
Block a user