Skip to content

Commit

Permalink
chore: add package.json name for test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Apr 23, 2024
1 parent 6ec9efd commit 2e5aba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cli/tests/config/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "rspress-test/cli-config-cjs",
"type": "commonjs"
}
3 changes: 2 additions & 1 deletion packages/cli/tests/config/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "rspress-test/cli-config-esm",
"type": "module"
}
}

0 comments on commit 2e5aba3

Please sign in to comment.