mirror of
https://github.com/marp-team/marp.git
synced 2024-11-30 09:46:32 +03:00
Switch task runner from lerna to lage
This commit is contained in:
parent
4a26903367
commit
1c095f5010
3
lage.config.js
Normal file
3
lage.config.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
module.exports = {
|
||||||
|
pipeline: { 'check-ts': [] },
|
||||||
|
}
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.0.0",
|
|
||||||
"packages": ["packages/*", "website"],
|
|
||||||
"npmClient": "yarn",
|
|
||||||
"useWorkspaces": true
|
|
||||||
}
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user