Skip to content

Commit

Permalink
install as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodny committed Nov 13, 2023
1 parent 5d36b70 commit 8332cb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/vite-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"process:ci": "npx safetest merge-json results.json artifacts.json && cp results.json ../../build/vite-vue-ts/results.json"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.4",
"safetest": "file:../.."
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
Expand Down

0 comments on commit 8332cb9

Please sign in to comment.