Skip to content

Commit

Permalink
chore(server): Rewrite deploy:image
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Nov 29, 2023
1 parent a609e9e commit 120a790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:server": "yarn _build --format cjs --target node --entry src/server.ts",
"build:swr-queue-worker": "yarn _build --format cjs --target node --entry src/swr-queue-worker.ts",
"codegen": "graphql-codegen --config codegen.yml",
"deploy:image": "NODE_OPTIONS='--experimental-specifier-resolution=node' ts-node-esm scripts/deploy.ts",
"deploy:image": "ts-node --experimental-specifier-resolution=node scripts/deploy",
"prestart": "lerna run build",
"start": "tsdx watch --transpileOnly --format cjs --target node --entry src/server.ts --tsconfig tsconfig.prod.json --onSuccess \"node dist\"",
"start:swr-queue-worker": "tsdx watch --transpileOnly --format cjs --target node --entry src/swr-queue-worker.ts --tsconfig tsconfig.prod.json --onSuccess \"node dist\""
Expand Down

0 comments on commit 120a790

Please sign in to comment.