Skip to content

Commit

Permalink
Closed #15
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaicaaan committed Jan 13, 2018
1 parent 59d0420 commit 41a8f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gulp.task('add-entity', ['create-file-entity'], () => {
.pipe(gulp.dest(destinationPath));
});

gulp.task('createTravisOrmConfig', [], () => {
gulp.task('createTravisBeforeScript', [], () => {
const name = 'before.travis';

fileCreator(mainFolder.scripts, name, generatorPaths.scripts, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "npm run build && node ./dist/server.js",
"build": "rimraf ./dist && tsc --outDir ./dist",
"watch": "nodemon",
"setup:config": "gulp createTravisOrmConfig",
"setup:config": "gulp createTravisBeforeScript",
"dbmigrate:up": "npm run build && typeorm migrations:run",
"dbmigrate:down": "npm run build && typeorm migrations:revert",
"dbmigrate:create": "typeorm migrations:create -n"
Expand Down

0 comments on commit 41a8f0f

Please sign in to comment.