File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,16 @@ before_install:
2020before_script :
2121 - git diff --exit-code # make sure that yarn.lock didn't change
2222 - ./packages/blob-reader/scripts/update-fixtures.sh
23- - yarn package
2423script :
2524 - travis_retry yarn test && codecov
25+ - yarn build
2626 - yarn e2e
2727deploy :
28+ - provider : script
29+ script : yarn package
30+ skip_cleanup : true
31+ on :
32+ tags : true
2833 - provider : releases
2934 api_key : " $GH_DEPLOY"
3035 file_glob : true
@@ -36,5 +41,4 @@ deploy:
3641 script : yarn release
3742 skip_cleanup : true
3843 on :
39- branch : master
4044 tags : true
Original file line number Diff line number Diff line change 1212 "postinstall" : " yarn lerna bootstrap" ,
1313 "test:watch" : " jest --watch" ,
1414 "version" : " json -I -f assets/manifest.json -e \" this.version='`json -f package.json version`'\" && git add assets/manifest.json" ,
15- "package" : " yarn build && web-ext build --source-dir dist --artifacts-dir out --overwrite-dest" ,
15+ "package" : " web-ext build --source-dir dist --artifacts-dir out --overwrite-dest" ,
1616 "release:cws" : " cd dist && webstore upload --auto-publish" ,
1717 "release:amo" : " cd dist && webext submit" ,
1818 "release" : " npm run release:cws && npm run release:amo" ,
You can’t perform that action at this time.
0 commit comments