Skip to content

Commit

Permalink
Merge pull request #74 from axonivy:playwright-package
Browse files Browse the repository at this point in the history
fix scripts
  • Loading branch information
ivy-lli authored Nov 4, 2024
2 parents 5706029 + 4c101ea commit e9f91a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"dev": "npm --prefix integrations/standalone run dev",
"test": "npm --prefix packages/dataclass-editor run test",
"test:ci": "lerna run test:ci",
"webtest:mock": "npm --workspace=@axonivy/dataclass-editor-playwright run webtest:mock",
"webtest:engine": "npm --workspace=@axonivy/dataclass-editor-playwright run webtest:engine",
"webtest": "npm --workspace=@axonivy/dataclass-editor-playwright run webtest",
"webtest:screenshot": "npm --workspace=@axonivy/dataclass-editor-playwright run webtest:screenshots",
"update:axonivy:next": "npx --yes npm-check-updates @axonivy* -ws -t patch -u",
"publish:next": "lerna publish --exact --canary --preid next --tag-version-prefix beta --pre-dist-tag next --no-git-tag-version --no-push --ignore-scripts --yes"
Expand Down

0 comments on commit e9f91a3

Please sign in to comment.