Skip to content

Commit eb3d47e

Browse files
committed
Update version to 1.0.7 and add npm run prepare command to setup instructions
1 parent c95ed3f commit eb3d47e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ async function setup() {
8181
console.log('We suggest that you start by typing:');
8282
console.log(`run: cd ${folderName}`);
8383
console.log(`edit config/config.json file and change your database name, username and password`);
84+
console.log('run: npm run prepare');
8485
console.log('run: npm run start:dev');
8586
console.log('run: pm2 list');
8687
console.log('run: pm2 logs');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gulali/nodejs-express-sequelize-mysql-api-boilerplate",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Nodejs Express Sequelize Mysql API Boilerplate with JWT, Swagger, Winston, PM2",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)