Skip to content

Commit

Permalink
chore(cleanup): removes unnecessary npm-run-all2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybaev committed Dec 29, 2024
1 parent 4708283 commit 09a5652
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"homepage": "https://vitalybaev.github.io/react-dadata/",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"npm-run-all2": "^6.2.2",
"rimraf": "^5.0.0"
},
"packageManager": "pnpm@9.15.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs",
"build:esm": "tsc --module es2015 --target es5 --outDir dist/esm",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
"build:ci": "NODE_ENV=production run-s clean build:css:ci build:cjs build:esm build:types",
"build": "NODE_ENV=production run-s clean build:css build:cjs build:esm build:types",
"build:ci": "NODE_ENV=production pnpm run '/^(clean|build:css:ci|build:cjs|build:esm|build:types)$/'",
"build": "NODE_ENV=production pnpm run '/^(clean|build:css|build:cjs|build:esm|build:types)$/'",
"size-build": "pnpm build:esm",
"test:lint": "biome check src/ example/",
"test:size-limit": "pnpm build:esm && size-limit",
Expand Down
58 changes: 0 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09a5652

Please sign in to comment.