Skip to content

Commit

Permalink
Corrected script
Browse files Browse the repository at this point in the history
  • Loading branch information
gbisurgi committed Jun 17, 2024
1 parent 332ecab commit 4803498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"e2e:b4": "THEME='bootstrap4' npm run e2e",
"e2e:b5": "THEME='bootstrap5' npm run e2e",
"e2e:*": "npm run e2e && npm run e2e:b3 && npm run e2e:b4 && npm run e2e:b5",
"e2e:grep": "SHOW=true THEME='bootstrap5' codeceptjs run -c tests/e2e/codecept.conf.js --steps --debug --grep '@if-then-else-nested'",
"e2e:grep": "SHOW=true THEME='bootstrap5' codeceptjs run -c tests/e2e/codecept.conf.cjs --steps --debug --grep '@if-then-else-nested'",
"serve": "reload --port 8282 --browser --watch-dir ./docs --dir ./docs",
"watch": "webpack --config config/webpack.config.cjs --watch",
"webpack": "webpack",
Expand Down

0 comments on commit 4803498

Please sign in to comment.