Skip to content

Commit 579a54d

Browse files
author
Petr Kachanovsky
committed
add npm version stdout
1 parent 7cc25f0 commit 579a54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"rollout-doc": "cd documentation && npm run build && npm run deploy",
2121
"docs": "typedoc",
2222
"--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",
23+
"postinstall": "if test -d ./dist/spa/; then cd ./dist/spa/ && npm --version && npm ci && echo 'installed spa dependencies'; fi",
2424
"install-plugins": "cd ../plugins && sh install-plugins.sh",
2525
"install-adapters": "cd ../adapters && sh install-adapters.sh"
2626
},

0 commit comments

Comments
 (0)