chore: update scripts

This commit is contained in:
dessant
2021-01-01 12:33:12 +02:00
parent 486f7380c1
commit 40eb35ae99

View File

@@ -14,10 +14,10 @@
},
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist",
"update": "ncu --upgrade",
"package": "ncc build src/index.js -o dist",
"push": "git push --tags origin master",
"release": "standard-version"
"release": "standard-version",
"push": "git push --tags origin master"
},
"dependencies": {
"@actions/core": "^1.2.6",