Skip to content

Commit

Permalink
fix(example-todo): "npm run migration" script path
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Feb 5, 2019
1 parent a3da024 commit a54fbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
"verify": "npm pack && tar xf loopback-todo*.tgz && tree package && npm run clean",
"migrate": "node ./dist/src/migrate",
"migrate": "node ./dist/migrate",
"prestart": "npm run build",
"start": "node ."
},
Expand Down

0 comments on commit a54fbf1

Please sign in to comment.