Skip to content

Commit

Permalink
ci: fix deploy pipeline (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored Dec 21, 2023
1 parent 0511338 commit 47ff590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/wdio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "4.8.2",
"description": "Tests to ensure @wdio/globals works with @axe-core/webdriverio",
"scripts": {
"test": "wdio run ./wdio.conf.ts"
"test": "wdio run ./wdio.conf.ts",
"build": "echo \"Empty build script for deploy pipeline\""
},
"devDependencies": {
"@axe-core/webdriverio": "^4.8.2",
Expand Down

0 comments on commit 47ff590

Please sign in to comment.