Describe the solution you'd like
Write a shell script that builds project from src to lib folder, taking into account Tailwind CSS and transpiling TypeScript to JS. Running the command npm start should also build lib/stylesheets/output.css based on src/stylesheets/input.css.
Describe the solution you'd like Write a shell script that builds project from
src
tolib
folder, taking into account Tailwind CSS and transpiling TypeScript to JS. Running the commandnpm start
should also buildlib/stylesheets/output.css
based onsrc/stylesheets/input.css
.