Skip to content

Commit f60e824

Browse files
chore: re-build before running tests
1 parent 2ca763d commit f60e824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/alpha-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
- name: Push Changes and Tags
5555
run: |
5656
git push --follow-tags
57-
shell: bash
57+
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build:gallery": "turbo run build:gallery",
2929
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
3030
"prettier": "prettier --check .",
31-
"test": "turbo run test --parallel",
31+
"test": "turbo build && turbo run test --parallel",
3232
"clean": "turbo clean && rm -rf node_modules && watchman watch-del-all",
3333
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
3434
"playwright:test": "cd apps/native && yarn playwright:test",

0 commit comments

Comments
 (0)