Skip to content

Commit

Permalink
Call rollup -c when running publish-local (tensorflow#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Thorat authored Feb 11, 2019
1 parent b193212 commit 99b5682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build": "tsc",
"build-npm": "./scripts/build-npm.sh",
"link-local": "yalc link",
"publish-local": "rimraf dist/ && yarn build && yalc push",
"publish-local": "rimraf dist/ && yarn build && yarn rollup -c && yalc push",
"lint": "tslint -p . -t verbose",
"coverage": "KARMA_COVERAGE=1 karma start --browsers='Chrome' --singleRun",
"test": "karma start",
Expand Down

0 comments on commit 99b5682

Please sign in to comment.