Skip to content

Commit

Permalink
Use npm ci and not npm install (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
asipple1 authored Feb 5, 2024
1 parent d65dfe9 commit 005cc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docksal/commands/install-theme-tools
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ echo "Theme node version: ${NODE_VERSION}"
nvm install ${NODE_VERSION}
nvm alias default ${NODE_VERSION}
nvm use
npm install --save patch-package
npm ci --save patch-package

# Run Storybook Develop.
echo -e "\n${yellow} ${construction} Running Storybook Develop ${construction}${NC}"
Expand Down

0 comments on commit 005cc9c

Please sign in to comment.