refactor: remove sourceMaps from production build

This commit is contained in:
Rick Staa
2022-07-27 08:45:23 +02:00
parent 569d785639
commit 77ee4577b6

View File

@ -9,7 +9,7 @@
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"package": "ncc build --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},