Skip to content

Commit 7d1481f

Browse files
committed
Improved Travis support
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 0ee819b commit 7d1481f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- provider: releases
2424
file_glob: true
2525
file:
26+
- license.*
2627
- dist/package/production/package.json
27-
- dist/package/production/license.*
2828
- dist/package/production/*.d.ts
2929
- "dist/*.zip"
3030
skip_cleanup: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"babel:test": "rimraf dist/src-transpiled/test && cross-env NODE_ENV=test babel --out-dir dist/src-transpiled/test src",
3838
"build:prod": "cross-env NODE_ENV=production webpack",
3939
"build:dev": "webpack",
40-
"test:prod": "npm run build:prod && cross-env NODE_ENV=production MAIN=dist/package/production jest --runInBand",
40+
"test": "npm run build:prod && cross-env NODE_ENV=production MAIN=dist/package/production jest --runInBand",
4141
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
4242
"test:dev": "cross-env NODE_ENV=test jest --runInBand",
4343
"test:debug": "cross-env DEBUG=\"$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",

0 commit comments

Comments
 (0)