mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
Add TypeScript build step
This commit is contained in:
parent
658ba3a3a8
commit
636254ab6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
*.log
|
||||
/dist/tsc
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:typescript": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"download": "^8.0.0",
|
||||
"@actions/core": "^1.2.4",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"ES2020",
|
||||
"ESNext"
|
||||
],
|
||||
"outDir": "./dist/tsc",
|
||||
"preserveConstEnums": true,
|
||||
"incremental": false,
|
||||
"declaration": true,
|
||||
|
Loading…
Reference in New Issue
Block a user