Skip to content

Commit

Permalink
renamed production file
Browse files Browse the repository at this point in the history
  • Loading branch information
lfernando2091 committed Oct 20, 2024
1 parent 3ec576a commit 829a669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"run:react-m3": "npx nx serve react-m3",
"build:react-m3": "npx nx build react-m3 --base=react-m3 --mode=prod",
"build:react-m3": "npx nx build react-m3 --base=react-m3",
"build-dev:react-m3": "npx nx build react-m3 --base=react-m3 --sourcemap=true",
"test:react-m3": "npx nx test react-m3",
"e2e:react-m3": "npx nx e2e react-m3",
Expand Down

0 comments on commit 829a669

Please sign in to comment.