Skip to content

Commit

Permalink
deprecate our use of react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
n8kim1 committed Jul 2, 2023
1 parent f3d41e3 commit 52b02df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docs/onboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ When installing a new Node package, always `npm install --save <package>`, and c

Our local processes use `npm start` and/or `npm run start`. These commands automatically use `.env.development`, and not `.env.production`. See here for more information: https://create-react-app.dev/docs/adding-custom-environment-variables/#what-other-env-files-can-be-used.

and then react-scripts
<!-- I was gonna write about react-scripts but we might move away from using it. If we end up using it, go ahead and write -->

#### Technical Detail

Expand Down

0 comments on commit 52b02df

Please sign in to comment.