Skip to content

Commit c56b2bb

Browse files
committed
Remove --sourcemap argument from build commands
1 parent 9219755 commit c56b2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/edgecreator/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.0.0",
55
"scripts": {
6-
"build": "bun build --target node --sourcemap index.ts --outfile bundle.mjs",
6+
"build": "bun build --target node index.ts --outfile bundle.mjs",
77
"dev": "concurrently -n bun,tsc \"bun --inspect run --hot index.ts\" \"tsc --noEmit --watch\"",
88
"prod:deploy": "DIR=apps/edgecreator/api pnpm -F '~ci' prod:docker-compose-up",
99
"prod:build-docker": "REPO_NAME=ghcr.io/bperel/edgecreator-api:websocket pnpm -F '~ci' prod:build-docker -f apps/edgecreator/api/Dockerfile",

0 commit comments

Comments
 (0)