Merge remote-tracking branch '566/remove_source_maps_from_production' into ncalteen-format

This commit is contained in:
Nick Alteen 2023-08-24 09:27:22 -04:00
commit 0d19da5d84

View File

@ -24,7 +24,7 @@
"format:write": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
"lint": "eslint -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/index.ts --source-map --license licenses.txt",
"package": "ncc build src/index.ts --license licenses.txt",
"test": "(jest && make-coverage-badge --output-path ./badges/coverage.svg) || make-coverage-badge --output-path ./badges/coverage.svg",
"all": "npm run format:write && npm run lint && npm run test && npm run package"
},