Skip to content

Commit

Permalink
Merge pull request #28 from richard483/slave
Browse files Browse the repository at this point in the history
add nasty start script
  • Loading branch information
richard483 authored Nov 17, 2023
2 parents 9716fad + b8af717 commit c0c8d31
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 @@ -13,7 +13,7 @@
"build": "nest build && cp ./package.json ./dist",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"init:db": "docker compose up -d && npx prisma generate && npx prisma migrate dev && npx prisma db seed",
"start": "node src/main",
"start": "npm i && node src/main",
"dev": "nest build --webpack --webpackPath webpack-hmr.config.js --watch",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
Expand Down

0 comments on commit c0c8d31

Please sign in to comment.