mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 12:37:48 +00:00
Clarify the build command
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Labels pull requests by files altered",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc && ncc build",
|
||||
"build": "tsc && ncc build lib/main.js",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"test": "jest"
|
||||
|
||||
Reference in New Issue
Block a user