remove bin link

This commit is contained in:
OpportunityLiu
2020-03-31 19:08:21 +08:00
Unverified
parent 2836246660
commit 19f24a28c9
144 changed files with 12197 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"clean": "rimraf dist",
"lint": "eslint --fix src/**/*.ts",
"test": "jest",
"release": "yarn rebuild && yarn lint && yarn install --production"
"release": "yarn rebuild && yarn lint && yarn install --production --no-bin-links"
},
"dependencies": {
"@actions/core": "^1.1.3",