Update yarn scripts
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user