You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/test.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ source ~/.nvm/nvm.sh
5
5
# We need this check to skip engines check for typescript-tslint-plugin package
6
6
if [[ "$(cut -d. -f1 <<<"$TRAVIS_NODE_VERSION")"-le 6 ]];then
7
7
nvm use 8
8
-
yarn install --ignore-engines
8
+
yarn install --ignore-engines --ignore-scripts
9
9
yarn build
10
10
nvm use 6
11
11
yarn test --ignore="@sentry/browser" --ignore="@sentry/integrations" --ignore="@sentry/react" --ignore="@sentry/tracing"# latest version of karma doesn't run on node 6
0 commit comments