Skip to content

Commit 4d81c98

Browse files
committed
Update webExt package
1 parent 037a804 commit 4d81c98

File tree

4 files changed

+2116
-2255
lines changed

4 files changed

+2116
-2255
lines changed

bin/addons-linter.sh

+1-19
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,9 @@
99

1010
. $(dirname $0)/commons.sh
1111

12-
TMPDIR=/tmp/MAC_addonsLinter
13-
1412
print Y "Update the submodules..."
1513
git submodule init || die
1614
git submodule update --remote --depth 1 src/_locales || die
1715

18-
printn Y "Removing previous execution data... "
19-
rm -rf $TMPDIR || die
20-
print G "done."
21-
22-
printn Y "Creating a tmp folder ($TMPDIR)... "
23-
mkdir $TMPDIR || die
24-
print G "done."
25-
26-
printn Y "Copying data... "
27-
cp -r src $TMPDIR || die
28-
print G "done."
29-
30-
printn Y "Removing the github folder... "
31-
rm -rf $TMPDIR/src/_locales/.github || die
32-
print G "done."
33-
3416
print Y "Running the test..."
35-
npx addons-linter $TMPDIR/src || die
17+
npx addons-linter ./src || die

0 commit comments

Comments
 (0)