Skip to content

Commit 1927993

Browse files
committed
switched back to travis automation
1 parent 885b2ac commit 1927993

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ script:
4949
after_success:
5050
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
5151

52+
before_deploy: npm run pre-release
53+
5254
deploy:
5355
provider: npm
5456

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lib",
3838
"scripts/postinstall.js",
3939
"scripts/preuninstall.js",
40-
"scripts/prepublish.js",
40+
"scripts/pre-release.js",
4141
"package.json",
4242
"package-lock.json",
4343
"README.md",
@@ -57,7 +57,7 @@
5757
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
5858
"complex-integration-test": "jest --maxWorkers=5 integration",
5959
"postinstall": "node ./scripts/postinstall.js",
60-
"prepublish": "node ./scripts/prepublish.js"
60+
"pre-release": "node ./scripts/pre-release.js"
6161
},
6262
"jest": {
6363
"testRegex": "(\\.|/)(tests)\\.js$",
File renamed without changes.

0 commit comments

Comments
 (0)