mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
whitespace fix
This commit is contained in:
@@ -302,10 +302,10 @@ class RNProjectManager extends ProjectManager {
|
||||
return copyDirectoryRecursively(templatePath, path.join(projectDirectory, TestConfig.TestAppName));
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new test application at the specified path, and configures it
|
||||
* with the given server URL, android and ios deployment keys.
|
||||
*/
|
||||
/**
|
||||
* Creates a new test application at the specified path, and configures it
|
||||
* with the given server URL, android and ios deployment keys.
|
||||
*/
|
||||
public setupProject(projectDirectory: string, templatePath: string, appName: string, appNamespace: string, version?: string): Q.Promise<string> {
|
||||
if (fs.existsSync(projectDirectory)) {
|
||||
del.sync([projectDirectory], { force: true });
|
||||
|
||||
Reference in New Issue
Block a user