update packages

This commit is contained in:
Opportunity
2020-07-17 12:28:26 +08:00
Unverified
parent 244595893b
commit d106880083
3 changed files with 95 additions and 135 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"lint": "eslint --fix src/**/*.ts",
"format": "prettier --write .",
"test": "jest",
"release": "yarn format && yarn lint && yarn rebuild && yarn test && yarn install --production --no-bin-links"
"release": "yarn format && yarn lint && yarn rebuild && yarn install --production --frozen-lockfile --no-bin-links"
},
"dependencies": {
"@actions/core": "^1.2.4",