Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Dec 14, 2023
1 parent bf8f911 commit 0a1eac7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/redux/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"executor": "@nrwl/rollup:rollup",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/packages/i18next",
"entryFile": "packages/redux/index.ts",
"tsConfig": "packages/redux/tsconfig.build.json",
"outputPath": "dist/packages/redux",
"entryFile": "packages/redux/src/index.ts",
"tsConfig": "packages/redux/tsconfig.lib.json",
"project": "packages/redux/package.json",
"format": ["esm", "cjs"],
"generateExportsField": true,
Expand Down Expand Up @@ -53,7 +53,7 @@
"size": {
"executor": "./tools/executors/size-limit:size-limit",
"options": {
"limit": "2 kB",
"limit": "1 kB",
"outputPath": "dist/packages/redux"
},
"dependsOn": [
Expand Down

0 comments on commit 0a1eac7

Please sign in to comment.