Switch task runner from lerna to lage

This commit is contained in:
Yuki Hattori 2021-05-08 02:51:42 +09:00
parent 4a26903367
commit 1c095f5010
4 changed files with 1316 additions and 2957 deletions

3
lage.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
pipeline: { 'check-ts': [] },
}

View File

@ -1,6 +0,0 @@
{
"version": "0.0.0",
"packages": ["packages/*", "website"],
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@ -27,7 +27,7 @@
}, },
"scripts": { "scripts": {
"check:format": "yarn -s format -c", "check:format": "yarn -s format -c",
"check:ts": "lerna run --parallel check:ts", "check:ts": "yarn lage check:ts",
"format:write": "yarn -s format --write", "format:write": "yarn -s format --write",
"format": "prettier \"**/*.{css,js,jsx,json,md,mdx,scss,ts,tsx,yaml,yml}\"", "format": "prettier \"**/*.{css,js,jsx,json,md,mdx,scss,ts,tsx,yaml,yml}\"",
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives --cache .", "lint:js": "eslint --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives --cache .",
@ -42,7 +42,7 @@
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0", "eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"lerna": "^4.0.0", "lage": "^0.29.3",
"prettier": "^2.1.2", "prettier": "^2.1.2",
"typescript": "^4.2.4" "typescript": "^4.2.4"
} }

4260
yarn.lock

File diff suppressed because it is too large Load Diff