We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8611b7d commit 4c2afd6Copy full SHA for 4c2afd6
src/index.js
@@ -32,7 +32,7 @@ db.sequelize.sync().then(() => {
32
console.log(`Example app listening on port ${port}!!`);
33
});
34
cron.schedule('* */2 * * *', () => {
35
- exec('yarn products:update', (err) => {
+ exec('npm run products:update', (err) => {
36
if (err) {
37
console.error(err);
38
}
0 commit comments