mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 11:58:51 +00:00
[ticket/16746] Use npm ci to install packages according to lock file
PHPBB3-16746
This commit is contained in:
parent
24800a509f
commit
22bfe228e7
1 changed files with 1 additions and 1 deletions
2
.github/check-stylesheet.sh
vendored
2
.github/check-stylesheet.sh
vendored
|
@ -12,7 +12,7 @@ set -e
|
|||
set +x
|
||||
|
||||
sudo npm install -g > /dev/null
|
||||
npm install > /dev/null
|
||||
npm ci > /dev/null
|
||||
set -x
|
||||
node_modules/stylelint/bin/stylelint.js "phpBB/styles/prosilver/theme/*.css"
|
||||
node_modules/stylelint/bin/stylelint.js "phpBB/adm/style/*.css"
|
||||
|
|
Loading…
Add table
Reference in a new issue