Files
ops-Gazelle/misc/docker/web/bootstrap-npm.sh
2025-02-24 14:37:56 +01:00

14 lines
251 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
npm_config_cache="${CI_PROJECT_DIR}/node_modules/.npm-cache"
export npm_config_cache
bin/config-css /tmp/config-css.js
npm install
npx update-browserslist-db@latest
npx puppeteer browsers install chrome
npm run build