Issue #3473974 by pivica: Remove pnpm support from build scripts
parent
0d629164
No related branches found
No related tags found
Showing
- bs_base.bs_base.install 18 additions, 0 deletionsbs_base.bs_base.install
- package.json 1 addition, 1 deletionpackage.json
- pnpm-lock.yaml 0 additions, 4062 deletionspnpm-lock.yaml
- themes/bs_bootstrap/bs_bootstrap.info.yml 1 addition, 1 deletionthemes/bs_bootstrap/bs_bootstrap.info.yml
- themes/bs_bootstrap/package.json 2 additions, 2 deletionsthemes/bs_bootstrap/package.json
- themes/bs_bootstrap/pnpm-lock.yaml 0 additions, 4620 deletionsthemes/bs_bootstrap/pnpm-lock.yaml
... | ... | @@ -27,6 +27,6 @@ |
"through2": "^4.0.2" | ||
}, | ||
"scripts": { | ||
"build-css": "((type pnpm && pnpm install) || npm install) && npx browserslist@latest --update-db && npx gulp clean:css && npx gulp sass" | ||
"build-css": "npm install && npx browserslist@latest --update-db && npx gulp clean:css && npx gulp sass" | ||
} | ||
} |
pnpm-lock.yaml
deleted
100644 → 0
This diff is collapsed.
themes/bs_bootstrap/pnpm-lock.yaml
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment