We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037a804 commit 4d81c98Copy full SHA for 4d81c98
bin/addons-linter.sh
@@ -9,27 +9,9 @@
9
10
. $(dirname $0)/commons.sh
11
12
-TMPDIR=/tmp/MAC_addonsLinter
13
-
14
print Y "Update the submodules..."
15
git submodule init || die
16
git submodule update --remote --depth 1 src/_locales || die
17
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
25
26
-printn Y "Copying data... "
27
-cp -r src $TMPDIR || die
28
29
30
-printn Y "Removing the github folder... "
31
-rm -rf $TMPDIR/src/_locales/.github || die
32
33
34
print Y "Running the test..."
35
-npx addons-linter $TMPDIR/src || die
+npx addons-linter ./src || die
0 commit comments