Skip to content

Commit

Permalink
Run tests from all packages on every build
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Nov 1, 2023
1 parent 7dec163 commit cf868d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
"scripts": {
"build": "npm-run-all build:**",
"build:enonic-dependencies-resolver": "npm run build --prefix packages/enonic-dependencies-resolver",
"test": "jest",
"test": "npm-run-all test:**",
"test:browserslist-config-enonic": "jest packages/browserslist-config-enonic",
"test:enonic-admin-artifacts": "jest packages/enonic-admin-artifacts",
"test:enonic-dependencies-resolver": "npm run test --prefix packages/enonic-dependencies-resolver",
"test:error-logger-webpack-plugin": "jest packages/error-logger-webpack-plugin",
"test:eslint-config": "jest packages/eslint-config",
"cover": "jest --coverage",
"report": "jest --coverage --coverageReporters=text-lcov | coveralls",
"precommit": "npm run build && lint-staged",
Expand Down
1 change: 0 additions & 1 deletion packages/enonic-dependencies-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@types/glob": "^8.0.0",
"@types/jest": "^28.1.1",
"@types/node": "^20.1.0",
"@types/pify": "^5.0.0",
"@types/rimraf": "^4.0.5",
"jest": "^28.1.1",
"rimraf": "^5.0.0",
Expand Down

0 comments on commit cf868d1

Please sign in to comment.