Skip to content

Commit

Permalink
chore(bundling): fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Dec 11, 2024
1 parent a5d02d0 commit b3d8072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rollup/src/plugins/__snapshots__/plugin.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`@nx/rollup/plugin non-root project should create nodes 1`] = `
"targets": {
"build": {
"cache": true,
"command": "rollup -c rollup.config.cjs --configPlugin @rollup/plugin-typescript",
"command": "rollup -c rollup.config.cjs",
"dependsOn": [
"^build",
],
Expand Down Expand Up @@ -121,7 +121,7 @@ exports[`@nx/rollup/plugin root project should create nodes 1`] = `
"targets": {
"build": {
"cache": true,
"command": "rollup -c rollup.config.cjs --configPlugin @rollup/plugin-typescript",
"command": "rollup -c rollup.config.cjs",
"dependsOn": [
"^build",
],
Expand Down

0 comments on commit b3d8072

Please sign in to comment.