Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 23, 2024
1 parent 76aeb77 commit 5817886
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`nx-verdaccio plugin create-nodes-v2 > should add package targets to library project 1`] = `
{
"nxv-pkg-install": {
"configurations": {},
"dependsOn": [
{
"params": "forward",
"target": "nxv-pkg-publish",
},
{
"params": "forward",
"projects": "dependencies",
"target": "nxv-pkg-install",
},
],
"executor": "@push-based/nx-verdaccio:pkg-install",
"options": {},
"parallelism": true,
},
"nxv-pkg-publish": {
"configurations": {},
"dependsOn": [
{
"params": "forward",
"target": "build",
},
{
"params": "forward",
"projects": "dependencies",
"target": "nxv-pkg-publish",
},
],
"executor": "@push-based/nx-verdaccio:pkg-publish",
"options": {},
"parallelism": true,
},
}
`;

0 comments on commit 5817886

Please sign in to comment.