Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint .",
"prepare": "husky install",
"precommit": "lint-staged",
"build": "npm run --workspaces build"
"build": "npm run --workspaces build --if-present"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
3 changes: 1 addition & 2 deletions test/axe-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"private": true,
"description": "Validate axe-core version with package version",
"scripts": {
"test": "mocha *.test.js",
"build": "echo \"No build required, skipping...\""
"test": "mocha *.test.js"
},
"devDependencies": {
"glob": "^11.0.0",
Expand Down
3 changes: 1 addition & 2 deletions test/wdio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "4.11.0",
"description": "Tests to ensure @wdio/globals works with @axe-core/webdriverio",
"scripts": {
"test": "wdio run ./wdio.conf.ts",
"build": "echo \"Empty build script for deploy pipeline\""
"test": "wdio run ./wdio.conf.ts"
},
"private": true,
"devDependencies": {
Expand Down