Skip to content

Commit d27370a

Browse files
committed
Use meteor npm to avoid version issues
1 parent 952992a commit d27370a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.deploy/mup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = {
8686
// Run 'npm install' before deploying, to ensure packages are up-to-date
8787
hooks: {
8888
'pre.deploy': {
89-
localCommand: 'npm install'
89+
localCommand: 'meteor npm install'
9090
}
9191
},
9292
};

0 commit comments

Comments
 (0)