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 a54fbf1 commit bf26cc3Copy full SHA for bf26cc3
examples/todo-list/package.json
@@ -22,7 +22,7 @@
22
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
23
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
24
"verify": "npm pack && tar xf loopback-todo-list*.tgz && tree package && npm run clean",
25
- "migrate": "node ./dist/src/migrate",
+ "migrate": "node ./dist/migrate",
26
"prestart": "npm run build",
27
"start": "node ."
28
},
0 commit comments