Skip to content

Commit

Permalink
Update upgrade instructions to run yarn install, re #9841
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jul 28, 2023
1 parent ed27a91 commit 60bc79a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion releases/7.4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ Python:
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#stable/7.4.1"
}
```
In your terminal navigate to the directory with your project's package.json file. Then run:
yarn install
4. Start your application server in a separate terminal if it's not already running. Your webpack build will not complete without your application server running.
5. In the same terminal window where you ran `yarn` ( on the same level as `package.json` ), run `yarn start` or `yarn build_development`. This will generate your `media/build` directory.
5. In the same terminal window where you ran `yarn install` ( on the same level as `package.json` ), run `yarn start` or `yarn build_development`. This will generate your `media/build` directory.
- If running your project in development:
- `yarn start` will build the frontend of the application and then start a webpack development server
- `yarn build_development` will build a development bundle for the frontend assests of the application -- this should complete in less than 2 minutes
Expand Down

0 comments on commit 60bc79a

Please sign in to comment.