Symlinking

const execSync = require('child_process').execSync
execSync("rm -rf node_modules/@app && ln -sf ../src node_modules/@app")
execSync("[ -h ./node_modules/@static ] || ln -sf ../static ./node_modules/@static")

Comments

Popular posts from this blog