Skip to content

Commit

Permalink
add e2e script into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukochka committed Jun 7, 2024
1 parent cbf29da commit 5114bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/panel-frame-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
"e2e": "playwright test",
"lint:fix": "npm run lint -- --fix",
"lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
"server": "docker-compose up --build",
Expand Down

0 comments on commit 5114bfa

Please sign in to comment.