Skip to content

Commit

Permalink
Fix the testall npm script (#32081)
Browse files Browse the repository at this point in the history
`yarn test` has been removed by #32042, so it should be replaced by the other test scripts.
  • Loading branch information
chentsulin committed Dec 3, 2021
1 parent e58e7b1 commit 3a5e424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,6 @@
"test-unit": "yarn jest test/unit/",
"testonly": "yarn jest --runInBand",
"testheadless": "cross-env HEADLESS=true yarn testonly",
"testall": "yarn test -- --ci --forceExit && lerna run --scope @next/codemod test",
"genstats": "cross-env LOCAL_STATS=true node .github/actions/next-stats-action/src/index.js",
"git-reset": "git reset --hard HEAD",
"git-clean": "git clean -d -x -e node_modules -e packages -f",
Expand Down

0 comments on commit 3a5e424

Please sign in to comment.