mirror of
https://gitee.com/jack_whh/action-wechat-work.git
synced 2026-03-10 05:02:55 +08:00
添加构建依赖,添加多平台测试任务
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"description": "GitHub Action that sends a WeChat Work notification.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "npm test"
|
||||
"test": "npm test",
|
||||
"build": "ncc build entrypoint.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,8 +25,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/chf007/action-wechat-work#readme",
|
||||
"dependencies": {
|
||||
"@vercel/ncc": "^0.28.5",
|
||||
"axios": "^0.21.1",
|
||||
"lodash": "^4.17.21",
|
||||
"yargs": "^16.2.0"
|
||||
},
|
||||
"devdependencies": {
|
||||
"@vercel/ncc": "^0.28.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user