Skip to content

Commit 3c3f7ad

Browse files
author
Simon Hofmann
committed
Fixed integration test npm script
1 parent 4c2ecf8 commit 3c3f7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test_script:
3535
- npm --version
3636
# run tests
3737
- npm test
38-
- npm test:it
38+
- npm run test:it
3939

4040
on_success:
4141
- IF defined APPVEYOR_REPO_TAG_NAME npm publish

0 commit comments

Comments
 (0)