mirror of
https://github.com/actions/github-script.git
synced 2025-12-09 20:36:20 +00:00
Fix build steps
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
"main": "dist/index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.ts",
|
||||
"build": "tsc",
|
||||
"pack": "ncc build",
|
||||
"test": "jest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user