Skip to content

Commit

Permalink
fix typo in local
Browse files Browse the repository at this point in the history
  • Loading branch information
n0str committed Oct 19, 2023
1 parent 30d1b21 commit 284e4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "nodemon --watch './src/**/*.ts' --ext ts --exec 'npm run start:dev'",
"start": "node dist/index.js -c app-config.yaml -c app-config.local.yaml",
"start:dev": "npm run build && node dist/index.js -c app-config.yaml -c app-config.local.yaml",
"migrate": "node --loader ts-node/esm dist/repository/storage/postgres/migrations/index.js -c app-config.yaml -c app-config.yaml",
"migrate": "node --loader ts-node/esm dist/repository/storage/postgres/migrations/index.js -c app-config.yaml -c app-config.local.yaml",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"test": "vitest",
Expand Down

0 comments on commit 284e4bc

Please sign in to comment.