Skip to content

Commit

Permalink
Merge pull request #306 from sanger/dpl-890-5-vue-2.7
Browse files Browse the repository at this point in the history
Package dependencies and Vue version updated
  • Loading branch information
Sangeetha-Bheeman authored Jan 26, 2024
2 parents c500896 + eceb246 commit cc8239b
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 443 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5
with:
start: npm run serve
start: npm start
wait-on: http://localhost:3000/
spec: 'tests/e2e/**/*'
config-file: cypress.config.cjs
Expand Down
6 changes: 3 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
}
"@/*": ["src/*"],
},
},
}
Loading

0 comments on commit cc8239b

Please sign in to comment.