Skip to content

Commit 09a5652

Browse files
committed
chore(cleanup): removes unnecessary npm-run-all2
1 parent 4708283 commit 09a5652

3 files changed

Lines changed: 2 additions & 61 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"homepage": "https://vitalybaev.github.io/react-dadata/",
2121
"devDependencies": {
2222
"@biomejs/biome": "1.8.3",
23-
"npm-run-all2": "^6.2.2",
2423
"rimraf": "^5.0.0"
2524
},
2625
"packageManager": "pnpm@9.15.2"

packages/react-dadata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs",
1818
"build:esm": "tsc --module es2015 --target es5 --outDir dist/esm",
1919
"build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
20-
"build:ci": "NODE_ENV=production run-s clean build:css:ci build:cjs build:esm build:types",
21-
"build": "NODE_ENV=production run-s clean build:css build:cjs build:esm build:types",
20+
"build:ci": "NODE_ENV=production pnpm run '/^(clean|build:css:ci|build:cjs|build:esm|build:types)$/'",
21+
"build": "NODE_ENV=production pnpm run '/^(clean|build:css|build:cjs|build:esm|build:types)$/'",
2222
"size-build": "pnpm build:esm",
2323
"test:lint": "biome check src/ example/",
2424
"test:size-limit": "pnpm build:esm && size-limit",

pnpm-lock.yaml

Lines changed: 0 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)