Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
refactor: added sudo in copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed committed Sep 27, 2023
1 parent 7a79799 commit 02b7fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PATTERN_LIBRARY_LIB_PATH="${PATTERN_LIBRARY_SASS_PATH}/global"
PATTERN_LIBRARY_LIBS=('bi-app-sass' 'bourbon' 'breakpoint-sass' 'susy')
for lib in "${PATTERN_LIBRARY_LIBS[@]}"
do
cp -rf ${NPM_PATH}/$lib $PATTERN_LIBRARY_LIB_PATH/
sudo cp -rf ${NPM_PATH}/$lib $PATTERN_LIBRARY_LIB_PATH/
done

# pre-compile the pattern library to improve sass compilation performance
Expand Down

0 comments on commit 02b7fde

Please sign in to comment.