mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
wip: code review
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "xrkffgg",
|
||||
"main": "src/main.js",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"start": "APP_ROOT=web dumi dev",
|
||||
"docs:build": "APP_ROOT=web dumi build",
|
||||
@@ -23,13 +23,14 @@
|
||||
"deploy": "npm run docs:build && npm run docs:deploy",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint src/*.ts",
|
||||
"lint-fix": "eslint src/*.ts --fix",
|
||||
"test": "father test",
|
||||
"package": "ncc build src/main.ts -o dist",
|
||||
"users": "node ./script/update-users.js",
|
||||
"main": "node ./src/main.js",
|
||||
"ver": "node ./script/update-version.js",
|
||||
"version": "node ./script/update-version.js",
|
||||
"pub": "npm run package",
|
||||
"all": "npm run format-check && npm run lint && npm run package"
|
||||
"all": "npm run format-check && npm run lint && npm run test && npm run package"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
|
Reference in New Issue
Block a user