create symlink for node_modules in generateJson and buildRadar scripts
This commit is contained in:
@@ -15,6 +15,9 @@ process.on("unhandledRejection", (err) => {
|
||||
throw err;
|
||||
});
|
||||
|
||||
fs.removeSync(paths.templateNodeModules);
|
||||
fs.ensureSymlinkSync(paths.appNodeModules, paths.templateNodeModules);
|
||||
|
||||
const runCommand = (command: string) =>
|
||||
new Promise((resolve, reject) => {
|
||||
const executedCommand = spawn(command, {
|
||||
|
||||
Reference in New Issue
Block a user