Skip to content

Commit

Permalink
WIP: test fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaz9 committed Jan 29, 2024
1 parent 5eefe1f commit 2296eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"dev": "concurrently \"pnpm:watch\" \"pnpm:start\"",
"start": "directus start",
"build": "tsx --tsconfig tsconfig.build.json scripts/builder.ts",
"watch": "tsx --tsconfig tsconfig.build.json scripts/builder.ts --watch",
"build": "pnpx tsx --tsconfig tsconfig.build.json scripts/builder.ts",
"watch": "pnpx tsx --tsconfig tsconfig.build.json scripts/builder.ts --watch",
"bootstrap": "directus bootstrap",
"migrate": "pnpm build --migrationsOnly && pnpm migrate-up",
"migrate-up": "directus database migrate:latest",
Expand Down

0 comments on commit 2296eb1

Please sign in to comment.