Skip to content

Commit

Permalink
yet another attempt at getting this release right
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc committed Dec 15, 2018
1 parent bc838c5 commit 3876ccd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
mux-upchunk-v*.tgz
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
cache: yarn

after_success:
- yarn build
- yarn pack
script: yarn build

deploy:
- provider: releases
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"src"
],
"scripts": {
"test": "yarn lint && jest",
"clean": "rm -rf ./dist",
"test": "jest",
"lint": "tslint --project .",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
"build": "yarn clean && yarn lint && yarn test && webpack --config webpack.prod.js && yarn pack"
},
"devDependencies": {
"@types/jest": "^23.3.10",
Expand Down

0 comments on commit 3876ccd

Please sign in to comment.