Skip to content

Commit 3fd9139

Browse files
authored
chore: replace lerna exec with pnpm recursive exec (#1021)
1 parent c259252 commit 3fd9139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"scripts": {
5151
"lint": "eslint --ext js,ts,tsx --cache .",
5252
"lint:fix": "pnpm run lint --fix",
53-
"build": "lerna exec --stream --ignore @scaleway/eslint-config-react --ignore @scaleway/countries -- rollup -c ../../rollup.config.mjs",
53+
"build": "pnpm recursive --filter='!@scaleway/countries' --filter='!@scaleway/eslint-config-react' exec -- rollup -c ../../rollup.config.mjs",
5454
"build:profile": "cross-env PROFILE=true pnpm run build",
5555
"commit": "npx git-cz -a",
5656
"format": "prettier --write '**/*.{ts,tsx,js,json,md,mdx}'",

0 commit comments

Comments
 (0)