Skip to content

Commit

Permalink
chore: use lerna for tests in all packages
Browse files Browse the repository at this point in the history
due to missing feature in npm workspaces (npm/rfcs#575)
  • Loading branch information
ernscht committed Aug 21, 2023
1 parent 04fac52 commit 049eeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"cz": "git-cz",
"prepare": "husky install",
"prettier": "prettier --write \"**/*.*(js|jsx|ts|tsx|json|css|scss|md|mdx|graphql|gql|yml|yaml)\"",
"test": "npm run test --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"test": "lerna run test",
"lint": "lerna run lint",
"prerelease": "npm-run-all test lint",
"release": "lerna publish --conventional-commits --no-commit-hooks --allow-branch master",
"start": "npm run test"
Expand Down

0 comments on commit 049eeeb

Please sign in to comment.