mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 20:34:44 +00:00
Create start script
This commit is contained in:
parent
2727bd3c72
commit
29bf1b752a
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:typescript": "tsc",
|
||||
"build:ncc": "ncc build --minify --source-map dist/tsc/index.js --out dist/"
|
||||
"start": "make dist/index.js && node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"download": "^8.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue