Skip to content
Snippets Groups Projects
Commit 4b527462 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

chore: migration to pnpm

parent 639436fe
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,11 @@ In case you are not allowed to access to https://nexus.unige.ch/, you need to bu
. solidify-frontend (https://gitlab.unige.ch/solidify/solidify-frontend)
.. 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`)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment