Closed dcyoung-dev closed 3 years ago
Before the build:css command was being overwritten by the esbuild script. Now the build script will point to the esbuild script, leaving the build:css command to build the CSS assets.
build:css
build
Good catch @dcyoung-dev 🙏
Before the
build:css
command was being overwritten by the esbuild script. Now thebuild
script will point to the esbuild script, leaving thebuild:css
command to build the CSS assets.