Skip to content

Commit

Permalink
use js syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
abist committed Dec 18, 2019
1 parent 4c97828 commit 4249d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -237,7 +237,7 @@ gulp.task('ext:localization', gulp.series('ext:localization:xliff-to-ts', 'ext:l

gulp.task('ext:build', gulp.series('ext:localization', 'ext:copy', 'ext:clean-library-ts-files', 'ext:compile', 'ext:compile-view')); // removed lint before copy

gulp.task('ext:test', async () => {
gulp.task('ext:test', async function () {
let workspace = process.env['WORKSPACE'];
if (!workspace) {
workspace = process.cwd();
Expand Down

0 comments on commit 4249d42

Please sign in to comment.