mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-02 13:26:07 +00:00
refactor(gh): CI用スクリプトをpackageとして整理 (#17727)
* refactor(gh): CI用スクリプトをpackageとして整理 * fix * fix * fix * fix * fix * fix * fix * remove old scripts * migrate * refactor 1 * refactor 2 * fix comment * fix * fix * fix * fix * remove vite-node from changelog-checker * fix lint * fix * refactor * update deps * fix * spec: rename packages
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "diagnostics-shared",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./env": "./src/env.ts",
|
||||
"./format": "./src/format.ts",
|
||||
"./html": "./src/html.ts",
|
||||
"./stats": "./src/stats.ts",
|
||||
"./heap-snapshot": "./src/heap-snapshot/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"eslint": "eslint './**/*.{js,jsx,ts,tsx}'",
|
||||
"lint": "pnpm typecheck && pnpm eslint",
|
||||
"test": "vitest run",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "26.1.1",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "4.1.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user