Skip to content
Snippets Groups Projects
Commit fb614080 authored by knaffles's avatar knaffles
Browse files

Issue #3448735: Module has both package-lock.json and yarn.lock

parent 73d1452c
No related branches found
No related tags found
1 merge request!91Issue #3448735: Remove yarn.lock and update README.
......@@ -54,6 +54,16 @@ Version 3.x includes the following changes from the 8.x version:
- Navigate to Extend and enable the TB Mega Menu module.
- Navigate to Structure -> TB Mega Menu to create a new menu.
## FRONT END
To build the front-end assets after making changes to anything in /js or /scss:
1. Install NVM (see https://github.com/nvm-sh/nvm#installing-and-updating).
2. Run `nvm install 10.19.0`. You only need to do this the first time.
3. Run `nvm use`.
4. Run `npm ci`.
5. Run `npm run develop` to watch changes to source CSS or JS, or run `npm run build` to build production-ready assets in `/dist`. Always run `npm run build` before creating merge requests.
## MAINTAINERS
- Wade Stewart ([themodularlab](https://www.drupal.org/u/themodularlab))
......@@ -89,13 +99,3 @@ Version 3.x includes the following changes from the 8.x version:
_ The latest version comes first.
_ The release date of each version is displayed.
Mention whether you follow Semantic Versioning.
## FRONT END
To build the front-end assets:
1. Install NVM (see https://github.com/nvm-sh/nvm#installing-and-updating).
2. Run `nvm install 10.19.0`. You only need to do this the first time.
3. Run `nvm use`.
4. Run `yarn install`.
5. Run `yarn develop`.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment