We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc25f0 commit 579a54dCopy full SHA for 579a54d
adminforth/package.json
@@ -20,7 +20,7 @@
20
"rollout-doc": "cd documentation && npm run build && npm run deploy",
21
"docs": "typedoc",
22
"--comment_postinstall": "postinstall executed after package installed in other project package and when we do npm ci in the package",
23
- "postinstall": "if test -d ./dist/spa/; then cd ./dist/spa/ && npm ci && echo 'installed spa dependencies'; fi",
+ "postinstall": "if test -d ./dist/spa/; then cd ./dist/spa/ && npm --version && npm ci && echo 'installed spa dependencies'; fi",
24
"install-plugins": "cd ../plugins && sh install-plugins.sh",
25
"install-adapters": "cd ../adapters && sh install-adapters.sh"
26
},
0 commit comments