Skip to content

Commit

Permalink
Merge pull request #699 from webdriverio-community/sm/more-release-fixes
Browse files Browse the repository at this point in the history
chore: ignore non-release tasks
  • Loading branch information
goosewobbler authored Jul 23, 2024
2 parents 7516687 + e760725 commit 3535bfd
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 @@ -26,7 +26,7 @@
"lint": "cross-env ESLINT_USE_FLAT_CONFIG=true eslint \"**/*.{j,mj,cj,t}s\"",
"lint:fix": "cross-env ESLINT_USE_FLAT_CONFIG=true eslint \"**/*.{j,mj,cj,t}s\" --fix",
"prepare": "husky",
"release": "turbo run release",
"release": "turbo run build pack release --only",
"test": "turbo run test test:e2e",
"test:dev": "turbo run test:dev",
"test:e2e-local": "pnpm dlx cross-env pnpm clean && pnpm i && pnpm run ci && pnpm run clean:yarn-artifacts || pnpm run clean:yarn-artifacts",
Expand Down

0 comments on commit 3535bfd

Please sign in to comment.