mirror of
https://github.com/pnpm/action-setup.git
synced 2025-07-09 21:59:42 +08:00
Add ncc build step
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:typescript": "tsc"
|
||||
"build:typescript": "tsc",
|
||||
"build:ncc": "ncc build --minify --source-map dist/tsc/index.js --out dist/"
|
||||
},
|
||||
"dependencies": {
|
||||
"download": "^8.0.0",
|
||||
|
Reference in New Issue
Block a user