We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run pretest
1 parent 2a0d207 commit 968dda1Copy full SHA for 968dda1
.travis.yml
@@ -31,6 +31,8 @@ before_install:
31
install:
32
- 'npm install'
33
- 'if [ -n "${ESLINT_VERSION}" ]; then ./tests/dep-time-travel.sh; fi'
34
+after_install:
35
+ - npm run pretest
36
37
script:
38
- npm run tests-only
0 commit comments