target input and installing rustup if not available

This commit is contained in:
svartalf 2019-09-13 20:19:52 +03:00
parent efa07bee10
commit 7d6ef4b233
7 changed files with 883 additions and 44 deletions

View file

@ -10,7 +10,7 @@
},
"scripts": {
"build": "ncc build src/main.ts --minify",
"watch": "ncc build src/main.ts --watch --minify",
"watch": "ncc build src/main.ts --watch",
"test": "jest"
},
"repository": {
@ -30,7 +30,9 @@
},
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0"
"@actions/exec": "^1.0.0",
"@actions/io": "^1.0.0",
"download": "^7.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",