Skip to content

Commit

Permalink
remove npm-run-all package
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 30, 2024
1 parent ebe521b commit 78b0f9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 222 deletions.
5 changes: 2 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"lint": "run-p lint:format lint:js lint:css",
"lint": "concurrently \"yarn lint:format\" \"yarn lint:js\" \"yarn lint:css\"",
"lint:format": "prettier --check ./src",
"lint:js": "eslint",
"lint:css": "stylelint src/**/*.css",
"fix": "run-s fix:format fix:js fix:css",
"fix": "yarn fix:format && yarn fix:js && yarn fix:css",
"fix:format": "prettier --write ./src",
"fix:js": "eslint --fix",
"fix:css": "stylelint src/**/*.css --fix",
Expand Down Expand Up @@ -162,7 +162,6 @@
"husky": "8.0.3",
"jsdom": "23.0.1",
"lint-staged": "15.2.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"react-error-boundary": "4.0.11",
"rollup-plugin-polyfill-node": "0.12.0",
Expand Down
Loading

0 comments on commit 78b0f9d

Please sign in to comment.