Skip to content

Commit 34ff493

Browse files
Merge pull request #104 from wm-raajvamsy/main
Changing yarn to npm for builds
2 parents 4df16d7 + 673f386 commit 34ff493

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wavemaker/wm-reactnative-cli",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "",
55
"main": "index.js",
66
"bin": {

src/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ async function prepareProject(args) {
449449
})
450450
taskLogger.incrementProgress(0.2);
451451
try{
452-
await exec('yarn', ['install'], {
452+
await exec('npm', ['install'], {
453453
cwd: config.src
454454
});
455455
taskLogger.succeed("All dependencies installed successfully.")

0 commit comments

Comments
 (0)