Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move cordova minimum template
Browse files Browse the repository at this point in the history
- moved 'bin/templates/scripts/cordova' to 'templates/cordova'
erisu committed Dec 1, 2021
1 parent dd1f4d8 commit 3c8c416
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
@@ -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);
}
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 3c8c416

Please sign in to comment.