.. Pull the source code of the lib `solidify-frontend` *with the corresponding tag* used by `hedera-portal` (see hedera-portal: package.json > dependencies > solidify-frontend)
.. Delete on `solidify-frontend` the `package-lock.json` file
.. Delete on `solidify-frontend` the `pnpm-lock.yaml` file
.. Copy the content of `solidify-eslint-plugin/dist` folder inside `solidify-frontend/local_modules/eslint-plugin-solidify` (create the directories)
.. On `package.json` from `solidify-frontend`, change the version number of `devDependencies` for `eslint-plugin-solidify` by `file:./local_modules/eslint-plugin-solidify`)
.. Run `npm install` on `solidify-frontend`
.. Run `npm run build` on `solidify-frontend`, the binary should by generated in `dist/solidify-frontend` folder
.. Run `pnpm install` on `solidify-frontend`
.. Run `pnpm run build` on `solidify-frontend`, the binary should by generated in `dist/solidify-frontend` folder
.. Copy the content of `solidify-frontend/dist/solidify-frontend` folder inside `hedera-portal/local_modules/solidify-frontend` (create the directories)
.. On `package.json` from `hedera-portal`, change the version number of `dependencies` for `solidify-frontend` by `file:./local_modules/solidify-frontend`)