chore: removes sourcemap-register from build step

This commit is contained in:
Andri Alexandrou
2025-04-18 20:50:03 +00:00
parent 7890be62a2
commit 750dbb8952
2 changed files with 2 additions and 3 deletions

1
dist/sourcemap-register.js generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -47,7 +47,7 @@
"scripts": { "scripts": {
"build": "npm run fix:format && npm run check && npm run build:compile && npm run build:package", "build": "npm run fix:format && npm run check && npm run build:compile && npm run build:package",
"build:compile": "tsc", "build:compile": "tsc",
"build:package": "ncc build --source-map --license licenses.txt", "build:package": "ncc build --source-map --no-source-map-register --license licenses.txt",
"check": "concurrently -n check: -c red,green,blue -g npm:check:*", "check": "concurrently -n check: -c red,green,blue -g npm:check:*",
"check:build": "tsc --noEmit", "check:build": "tsc --noEmit",
"check:format": "prettier --check .", "check:format": "prettier --check .",