web-scripts-migration
v1.0.7
Published
Migrates web-app-template to @descriptive/web-scripts
Maintainers
Readme
web-scripts-migration
Migrates web-app-template to @descriptive/web-scripts:
npx web-scripts-migrationOriginally a gist.
Usage
Prerequisites
Make sure your working directory is clean before running the script:
git add .
git stashOnce the script finishes, pop the stash:
git stash popweb-app-template
Migrate web-app-template to @descriptive/web-scripts:
npx web-scripts-migrationphaser-template
Migrate phaser-template to @descriptive/web-scripts:
npx web-scripts-migration --phaserMisc
If you have trouble running the app, try reinstalling node_modules:
rm -rf node_modules
npm install # yarn
