Remove npm-run-all from build process

Created on 31 October 2023, about 1 year ago
Updated 26 April 2024, 8 months ago

Problem/Motivation

It started to create problems with next error

sh: 1: npm-run-all: Permission denied

Additionally it is not really needed, we can easily change build command from

"build": "npm-run-all build-install build-icons build-browsers build-css"

to this

"build": "npm run build-install & npm run build-icons &npm run build-browsers & npm run build-css"

Provide update function that will do this changes in child themes.

📌 Task
Status

Fixed

Version

1.0

Component

BS Bootstrap

Created by

🇷🇸Serbia pivica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024