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 88963b4 commit 8906cdbCopy full SHA for 8906cdb
tools/npm/install-dependencies.sh
@@ -7,6 +7,8 @@ SHRINKWRAP_CACHED_FILE=node_modules/npm-shrinkwrap.cached.json
7
8
if diff -q $SHRINKWRAP_FILE $SHRINKWRAP_CACHED_FILE; then
9
echo 'No shrinkwrap changes detected. npm install will be skipped...';
10
+ echo 'Running npm postinstall'
11
+ npm run postinstall
12
else
13
echo 'Blowing away node_modules and reinstalling npm dependencies...'
14
rm -rf node_modules
0 commit comments