Switching to yarn

This commit is contained in:
Borales
2023-02-24 18:28:24 +01:00
parent ed15d8809b
commit 7cb627d7ed
7 changed files with 3638 additions and 6055 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test"
},
"dependencies": {
"@actions/core": "^1.10.0",