Skip to content

Commit bf26cc3

Browse files
committed
fix(example-todo-list): "npm run migration" script path
1 parent a54fbf1 commit bf26cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todo-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
2323
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
2424
"verify": "npm pack && tar xf loopback-todo-list*.tgz && tree package && npm run clean",
25-
"migrate": "node ./dist/src/migrate",
25+
"migrate": "node ./dist/migrate",
2626
"prestart": "npm run build",
2727
"start": "node ."
2828
},

0 commit comments

Comments
 (0)