mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-09 14:30:42 -07:00
Remove absolute paths
This commit is contained in:
16
package.json
16
package.json
@@ -5,12 +5,6 @@
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"prune": "npm prune --production"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/crazy-max/ghaction-upx.git"
|
||||
@@ -39,5 +33,13 @@
|
||||
"ts-jest": "^25.3.1",
|
||||
"typescript": "^3.8.3",
|
||||
"typescript-formatter": "^7.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build-dep": "npm install -g removeNPMAbsolutePaths",
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"prune": "npm prune --production && removeNPMAbsolutePaths \"./\" --force --fields _where _args"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user