mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
chore(webpack): spawn process with yarn instead of npm
This commit is contained in:
parent
2e85548bad
commit
8a06edb0e7
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ export default merge.smart(baseConfig, {
|
|||
before() {
|
||||
if (process.env.START_HOT) {
|
||||
console.log('Starting Main Process...');
|
||||
spawn('npm', ['run', 'start-main-dev'], {
|
||||
spawn('yarn', ['start-main-dev'], {
|
||||
shell: true,
|
||||
env: process.env,
|
||||
stdio: 'inherit',
|
||||
|
|
Loading…
Reference in a new issue