We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d5346 commit 4e538eaCopy full SHA for 4e538ea
package.json
@@ -8,8 +8,7 @@
8
"build:main": "ncc build src/main.ts -o dist/main",
9
"build:post": "ncc build src/post.ts -o dist/post",
10
"prebuild": "rm -rf dist",
11
- "build": "npm-run-all -p build:main build:post",
12
- "upgrade": "ncu -u"
+ "build": "npm-run-all -p build:main build:post"
13
},
14
"dependencies": {
15
"@actions/core": "^1.9.0",
@@ -22,7 +21,6 @@
22
21
"@types/node": "^18.0.0",
23
"@types/semver": "^7.3.8",
24
"@vercel/ncc": "^0.34.0",
25
- "npm-check-updates": "^14.1.1",
26
"npm-run-all": "^4.1.5",
27
"typescript": "^4.6.4"
28
}
0 commit comments