Skip to content

Commit

Permalink
Remove ci:migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Oct 26, 2024
1 parent 8349a7c commit 75f92a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"dev": "remix vite:dev",
"dev:auth": "DEBUG=OAuth2Strategy,ws:* remix vite:dev",
"typecheck": "tsc --noEmit --emitDeclarationOnly false",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"ci:migrate": "migrations migrate"
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
Expand Down

0 comments on commit 75f92a6

Please sign in to comment.