MOBILE-4110 behat: Rename plugin to frankenstyle
parent
30633664a1
commit
474e6df350
|
@ -71,5 +71,5 @@ gulp.task('watch', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('watch-behat', () => {
|
gulp.task('watch-behat', () => {
|
||||||
gulp.watch(['./src/**/*.feature', './local-moodleappbehat'], { interval: 500 }, gulp.parallel('behat'));
|
gulp.watch(['./src/**/*.feature', './local_moodleappbehat'], { interval: 500 }, gulp.parallel('behat'));
|
||||||
});
|
});
|
||||||
|
|
|
@ -56,7 +56,7 @@ async function main() {
|
||||||
|
|
||||||
// Copy plugin template.
|
// Copy plugin template.
|
||||||
const { version: appVersion } = require(projectPath('package.json'));
|
const { version: appVersion } = require(projectPath('package.json'));
|
||||||
const templatePath = projectPath('local-moodleappbehat');
|
const templatePath = projectPath('local_moodleappbehat');
|
||||||
|
|
||||||
for await (const file of getDirectoryFiles(templatePath)) {
|
for await (const file of getDirectoryFiles(templatePath)) {
|
||||||
if (isExcluded(file, exclusions)) {
|
if (isExcluded(file, exclusions)) {
|
||||||
|
|
Loading…
Reference in New Issue