mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/16746] Use npm ci to install packages according to lock file
PHPBB3-16746
This commit is contained in:
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"
|
||||
|
Reference in New Issue
Block a user