Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Feb 24, 2024
1 parent 2d317ed commit d5432b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "sonata-build",
"migrate": "sonata-build -m migrate",
"build": "sonata-build -ci",
"migrate": "sonata-build -m",
"dev": "sonata-build -w",
"start": "node -r sonata-api/loader ./release/index.js"
},
Expand Down

0 comments on commit d5432b5

Please sign in to comment.