Skip to content

Commit 72f1813

Browse files
committed
chore(package): Rename package script all to test
1 parent 9e9ea3f commit 72f1813

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install: yarn global add greenkeeper-lockfile@1
1515
before_script: greenkeeper-lockfile-update
1616
after_script: greenkeeper-lockfile-upload
1717
script:
18-
- yarn run all
18+
- yarn run test
1919
- yarn run build
2020
after_success:
2121
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,11 @@
7373
"dev": "npm run demo1",
7474
"demo1": "nodemon -e js --ignore *test* --exec ./node_modules/.bin/babel-node ./examples/elastic50/index.js",
7575
"demo2": "nodemon -e js --ignore *test* --exec ./node_modules/.bin/babel-node ./examples/differentVersions/index.js",
76-
"test": "jest",
7776
"watch": "jest --watch",
7877
"coverage": "jest --coverage",
7978
"lint": "eslint --ext .js ./src",
8079
"flow": "./node_modules/.bin/flow stop && ./node_modules/.bin/flow",
81-
"all": "npm run coverage && npm run lint && npm run flow",
80+
"test": "npm run coverage && npm run lint && npm run flow",
8281
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
8382
"docker": "npm run docker:v5",
8483
"docker:v2": "node ./scripts/docker/start 2 & wait",

0 commit comments

Comments
 (0)