Update yarn scripts

This commit is contained in:
Nick Cipollo
2019-12-12 16:43:40 -05:00
parent dba5ad58d6
commit de74298134
9 changed files with 136 additions and 5277 deletions

View File

@@ -6,6 +6,9 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"clean": "rm -rf lib/*",
"debug": "yarn install && yarn build",
"release": "yarn install --production && yarn build",
"test": "jest"
},
"repository": {
@@ -22,7 +25,9 @@
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/github": "^1.0.0",
"glob": "^7.1.4"
"add": "^2.0.6",
"glob": "^7.1.4",
"global": "^4.4.0"
},
"devDependencies": {
"@types/glob": "^7.1.1",
@@ -31,6 +36,6 @@
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
"typescript": "^3.7.3"
}
}