You've already forked shenanigans-manager
mirror of
https://github.com/FullScreenShenanigans/shenanigans-manager.git
synced 2026-04-28 13:03:43 -07:00
723b608d77
Completely gets rid of anything to do with gulp. Projects now compile in-place in src with tests as *.test.(tsx|ts) files and use shenanigans-manager instead of gulp-shenanigans to use package.json scripts as build steps. Gets rid of completeBuild, completeSetup, createNewRepository, gulp, and gulpSetup commands. Will re-create the non-gulp versions of those next.
7 lines
283 B
JSON
7 lines
283 B
JSON
{
|
|
"scripts": {
|
|
"test:setup:copy": "npm run test:setup:copy:maps",
|
|
"test:setup:copy:maps": "run-for-every-file --src \"node_modules/shenanigans-manager/setup/maps/\" --file \"**/*\" --run \"mustache package.json {{src-file}} ./src/{{file}}\" --dest \".\""
|
|
}
|
|
}
|