@inveniosoftware/react-invenio-app-ils 2.1.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/index.js +24825 -18160
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +24825 -18161
- package/dist/esm/index.js.map +1 -1
- package/package.json +86 -88
package/README.md
CHANGED
|
@@ -12,5 +12,5 @@ environment:
|
|
|
12
12
|
```shell
|
|
13
13
|
$ rm -rf package-lock.json node_modules
|
|
14
14
|
# Run the container with x86_64 architecture and install packages
|
|
15
|
-
$ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:
|
|
15
|
+
$ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:22-alpine sh -c "npm install"
|
|
16
16
|
```
|