1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 05:01:31 +00:00

chore(sasjs-tests): use local adapter build to avoid npm audit on placeholder dependency

This commit is contained in:
mulahasanovic
2026-04-13 19:47:50 +02:00
parent fccb3ab965
commit 5c61ede51a
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
"vite": "npm:rolldown-vite@7.2.2"
},
"dependencies": {
"@sasjs/adapter": "^4.16.5"
"@sasjs/adapter": "file:../build/sasjs-adapter-5.0.0.tgz"
}
}