Skip to content

Commit

Permalink
test(tests-ci): typescript module needs to be applied before vue-core
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Sep 14, 2024
1 parent f4351c7 commit 8d6a4db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ elif [[ $application == 'fullapp' ]]; then

frontend_server_plugin
applyModules \
"typescript" \
"vue-core" \
"cypress-component-tests" \
"playwright-e2e"
Expand Down Expand Up @@ -411,6 +412,7 @@ elif [[ $application == 'vueapp' ]]; then

frontend_server_plugin
applyModules \
"typescript" \
"vue-core" \
"vue-pinia" \
"playwright-component-tests" \
Expand Down

0 comments on commit 8d6a4db

Please sign in to comment.