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.
2 parents 8ac9744 + ab6dbd1 commit 87e29b1Copy full SHA for 87e29b1
package-scripts.js
@@ -161,7 +161,7 @@ module.exports = {
161
migrate: banner('db.migrate'),
162
rollback: banner('db.migrate.rollback'),
163
dbReset: banner('db.reset'),
164
- seed: banner('seed'),
+ seed: banner('db.seed'),
165
clean: banner('clean')
166
}
167
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "express-typescript-boilerplate",
3
- "version": "2.0.0-beta.4",
+ "version": "2.0.0-beta.5",
4
"description": "A delightful way to building a RESTful API with NodeJs & TypeScript",
5
"main": "src/app.ts",
6
"scripts": {
0 commit comments