mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 15:29:47 +00:00
refactor: add source-map generation to watch command
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build:watch": "tsc --watch",
|
||||
"build:watch": "tsc --watch --sourceMap",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
|
Reference in New Issue
Block a user