Skip to content

Commit 13194e2

Browse files
authored
Merge pull request #573 from auth0/fix-ci-script
Move npm install to the top of ci script
2 parents 3c3cac8 + d014fd1 commit 13194e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
npm install
4+
35
source scripts/common.sh
46

57
CDN_NAME=${1:-"lock"}
@@ -67,7 +69,6 @@ npm_release()
6769
fi
6870
}
6971

70-
npm install
7172
./scripts/test.sh
7273
./scripts/clean.sh
7374
./scripts/build.sh

0 commit comments

Comments
 (0)