If I create a new project using the following command npx epicli new <project-name> the following are missing from the project
"build:icons": "tsx ./other/build-icons.ts", is missing from package.json
and
build-icons.ts is missing from the /other directory
you can check this out in the repro below or by creating a new project using the same command
https://github.com/damiensedgwick/missing-icon-script-repro