mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 07:19:51 +00:00
refactor: add tsc watch script
This commit adds the `tsc:watch` script that can be used to compile the typescript code in watch mode.
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build:watch": "tsc --watch",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
|
Reference in New Issue
Block a user