Skip to content

Commit

Permalink
Chain scripts and run sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Nov 20, 2024
1 parent 2f39a0c commit 5348f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"test:e2e": "$npm_package_config_testCommand",
"test:e2e": "npm run test:specific && npm run test:delayjs:genesis && npm run test:delayjs:flatsome && npm run test:delayjs:divi && npm run test:delayjs:astra",
"test:specific": "$npm_package_config_testCommand --tags \"not @delayjs and not @local and not @online and not @vr and not @test\"",
"test:smoke": "$npm_package_config_testCommand --tags @smoke",
"test:local": "$npm_package_config_testCommand --tags @local",
"test:online": "$npm_package_config_testCommand --tags @online",
Expand Down

0 comments on commit 5348f58

Please sign in to comment.