mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 15:29:47 +00:00
refactor: remove sourceMaps from production build
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user