Skip to content

Commit

Permalink
fix: add npm script test:all #7201 (#7317)
Browse files Browse the repository at this point in the history
  • Loading branch information
hip3r authored Nov 12, 2024
1 parent 51eb7e8 commit c07719f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"clean": "rimraf \"packages/*/dist\" dev-test/dist \"packages/*/node_modules\"",
"reset": "npm run clean",
"test": "npm run lint && npm run type-check && npm run test:unit",
"test:all": "npm run test && npm run test:e2e",
"test:ci": "npm run lint-quiet && npm run type-check && npm run test:unit",
"test:unit": "cross-env NODE_ENV=test jest --no-cache",
"test:e2e": "npm run build:demo && npm run test:e2e:run",
Expand Down

0 comments on commit c07719f

Please sign in to comment.