Skip to content

Commit

Permalink
refactor: move cordova minimum template
Browse files Browse the repository at this point in the history
- moved 'bin/templates/scripts/cordova' to 'templates/cordova'
  • Loading branch information
erisu committed Nov 22, 2021
1 parent 5871d00 commit e35377b
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ProjectCreator {
}

provideBuildScripts () {
const srcScriptsDir = path.join(ROOT, 'bin/templates/scripts/cordova');
const srcScriptsDir = path.join(ROOT, 'templates/cordova');
const destScriptsDir = this.projectPath('cordova');
fs.copySync(srcScriptsDir, destScriptsDir);
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e35377b

Please sign in to comment.