Skip to content

Commit

Permalink
chore: Remove npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Nov 26, 2024
1 parent 9af1462 commit 3c9807b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 118 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"author": "Tommy Chen <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "npm-run-all lint:*",
"lint": "pnpm run \"^lint:.*\"",
"lint:eslint": "eslint . --ext .js,.ts,.jsx,.tsx,.cjs,.mjs,.cts,.mts",
"lint:syncpack": "syncpack list-mismatches --workspace false",
"build": "turbo run build --filter=./{internal,packages,plugins}/*",
"clean": "rm -rf internal/*/dist packages/*/dist plugins/*/dist",
"watch": "npm run build -- --watch",
"test": "npm-run-all test:*",
"test": "pnpm run \"^test:.*\"",
"test:unit": "cross-env ESM_IMPORT_DISABLED=1 jest",
"test:integration": "jest --config jest.integration.config.ts",
"test:browser": "jest --config integration/browser/jest.config.js",
Expand Down Expand Up @@ -55,7 +55,6 @@
"jest-puppeteer": "^10.1.4",
"kubernetes-models": "^4.1.0",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"puppeteer": "^23.6.1",
"syncpack": "^8.2.4",
Expand Down
115 changes: 0 additions & 115 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 3c9807b

Please sign in to comment.