Skip to content

Commit 249b041

Browse files
committed
chore: Upgrade vite and vitest
1 parent 2507776 commit 249b041

File tree

3 files changed

+918
-73
lines changed

3 files changed

+918
-73
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333

3434
# We've configured nx to update version numbers in the primary package.json files (rather than in the dist builds to be published)
3535
# Therefore this step must be done before build so that the new version numbers are copied to dist/package.json
36-
- name: Update version numbers in the persistant package.json files
36+
- name: Update version numbers in the persistent package.json files
3737
run: npx nx release version
3838

3939
- name: Build package
4040
run: npx nx build @ethnolib/language-chooser-react-mui
4141

42-
# find-language is a dependency of langauge-chooser-react-mui so it will have been built in the build step
42+
# find-language is a dependency of language-chooser-react-mui so it will have been built in the build step
4343
- name: Run unit tests
4444
run: npx nx run-many --all --target=test
4545

.github/workflows/runTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build package
3434
run: npx nx build @ethnolib/language-chooser-react-mui
3535

36-
# find-language is a dependency of langauge-chooser-react-mui so it will have been built in the build step
36+
# find-language is a dependency of language-chooser-react-mui so it will have been built in the build step
3737
- name: Run unit tests
3838
run: npx nx run-many --all --target=test
3939

0 commit comments

Comments
 (0)