|
|
@ -6,7 +6,8 @@
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"build": "pnpm run -r --parallel --filter !plugins-workspace build",
|
|
|
|
"build": "pnpm run -r --parallel --filter !plugins-workspace build",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"format": "prettier --write ."
|
|
|
|
"format": "prettier --write .",
|
|
|
|
|
|
|
|
"format-check": "prettier --check ."
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
|
|