File tree Expand file tree Collapse file tree 3 files changed +918
-73
lines changed
Expand file tree Collapse file tree 3 files changed +918
-73
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments