Skip to content

Commit

Permalink
💚 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maremarismaria committed Aug 5, 2024
1 parent 06dbd47 commit 7bd0968
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 45 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/cd.yml

This file was deleted.

71 changes: 62 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"generate": "nuxt generate",
"test": "jest",
"test:tdd": "jest --watch",
"lint": "eslint . --fix --ignore-path .gitignore --ext .vue,.js,.ts"
"lint": "eslint . --fix --ignore-path .gitignore --ext .vue,.js,.ts",
"deploy": "push-dir --dir=dist --branch=main --cleanup"
},
"dependencies": {
"core-js": "^3.25.3",
Expand All @@ -46,6 +47,7 @@
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"push-dir": "^0.4.1",
"ts-jest": "^29.0.3",
"vue-jest": "^3.0.4"
},
Expand Down

0 comments on commit 7bd0968

Please sign in to comment.