Skip to content

Commit 633fc3b

Browse files
committed
fixing tests?
1 parent 47e485c commit 633fc3b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-npm.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .npmrc file for NPM registry
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 19.x
20+
node-version: 20.x
2121
registry-url: "https://registry.npmjs.org"
2222

2323
- name: Install dependencies
@@ -35,6 +35,7 @@ jobs:
3535
yarn install
3636
yarn build
3737
cd ../../..
38+
yarn install && yarn build
3839
yarn test
3940
4041
- name: Build production bundle

.github/workflows/run-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
yarn install
3535
yarn build
3636
cd ../../..
37+
yarn install && yarn build
3738
yarn test
3839
3940
- name: Build production bundle

0 commit comments

Comments
 (0)