Skip to content

Commit

Permalink
fix: pkg scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <[email protected]>
  • Loading branch information
mcansh committed Feb 27, 2023
1 parent 40bb0e7 commit a60db72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"publish:private": "node ./scripts/publish-private.js",
"release": "node ./scripts/release.js",
"test": "run-p \"test:*\"",
"pretest:integration": "yarn build",
"test:integration": "playwright test --config ./e2e/playwright.config.ts",
"posttest:integration": "node ./e2e/helpers/cleanup.mjs",
"pretest:e2e": "yarn run pretest:e2e",
"test:e2e": "yarn run test:e2e",
"posttest:e2e": "yarn run posttest:e2e",
"pretest:e2e": "yarn build",
"test:e2e": "playwright test --config ./e2e/playwright.config.ts",
"posttest:e2e": "node ./e2e/helpers/cleanup.mjs",
"pretest:integration": "yarn run pretest:e2e",
"test:integration": "yarn run test:e2e",
"posttest:integration": "yarn run posttest:e2e",
"test:primary": "jest",
"changeset": "changeset",
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.mjs && node ./scripts/patchup-version.mjs",
Expand Down

0 comments on commit a60db72

Please sign in to comment.