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.
1 parent 92284c8 commit 2462aeeCopy full SHA for 2462aee
.travis.yml
@@ -40,6 +40,7 @@ script:
40
- cd test
41
- npm ci
42
- npm test
43
+ - cd ..
44
45
before_deploy:
46
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
appveyor.yml
@@ -36,6 +36,7 @@ test_script:
36
37
- npm test test
38
- npm test run test:it
39
on_success:
- IF defined APPVEYOR_REPO_TAG_NAME npm publish
0 commit comments