mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-09 14:30:42 -07:00
Switch to Yarn
This commit is contained in:
10
package.json
10
package.json
@@ -7,8 +7,7 @@
|
||||
"test": "jest --coverage",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"cleanup-paths": "removeNPMAbsolutePaths ./ --force --fields _where _args",
|
||||
"pre-checkin": "npm run format && npm run cleanup-paths && npm run build"
|
||||
"pre-checkin": "yarn run format && yarn run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -30,12 +29,11 @@
|
||||
"@types/jest": "^26.0.0",
|
||||
"@types/node": "^14.0.13",
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"jest": "^25.5.4",
|
||||
"jest": "^26.0.1",
|
||||
"jest-circus": "^26.0.1",
|
||||
"jest-runtime": "^25.5.4",
|
||||
"jest-runtime": "^26.0.1",
|
||||
"prettier": "^2.0.5",
|
||||
"removeNPMAbsolutePaths": "^2.0.0",
|
||||
"ts-jest": "^25.5.1",
|
||||
"ts-jest": "^26.1.0",
|
||||
"typescript": "^3.9.5",
|
||||
"typescript-formatter": "^7.2.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user