mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Correct typo comment
This commit is contained in:
parent
32335434e3
commit
c759bc5871
@ -103,7 +103,7 @@ gulp.task('build:js:background', bundleTask({ watch: false, filename: 'backgroun
|
||||
gulp.task('build:js:popup', bundleTask({ watch: false, filename: 'popup.js' }))
|
||||
gulp.task('build:js', gulp.parallel('build:js:inpage','build:js:contentscript','build:js:background','build:js:popup'))
|
||||
|
||||
// clean dist/firefox
|
||||
// clean dist
|
||||
|
||||
|
||||
gulp.task('clean', function clean() {
|
||||
|
Loading…
Reference in New Issue
Block a user