File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ script:
49
49
after_success :
50
50
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
51
51
52
+ before_deploy : npm run pre-release
53
+
52
54
deploy :
53
55
provider : npm
54
56
Original file line number Diff line number Diff line change 37
37
" lib" ,
38
38
" scripts/postinstall.js" ,
39
39
" scripts/preuninstall.js" ,
40
- " scripts/prepublish .js" ,
40
+ " scripts/pre-release .js" ,
41
41
" package.json" ,
42
42
" package-lock.json" ,
43
43
" README.md" ,
57
57
"simple-integration-test" : " jest --maxWorkers=5 simple-suite" ,
58
58
"complex-integration-test" : " jest --maxWorkers=5 integration" ,
59
59
"postinstall" : " node ./scripts/postinstall.js" ,
60
- "prepublish " : " node ./scripts/prepublish .js"
60
+ "pre-release " : " node ./scripts/pre-release .js"
61
61
},
62
62
"jest" : {
63
63
"testRegex" : " (\\ .|/)(tests)\\ .js$" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments