Skip to content

Commit 73efd88

Browse files
authored
Call rollup instead of yarn rollup as part of publish-local script. (tensorflow#1618)
DEV
1 parent 26e76d3 commit 73efd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"build": "tsc",
4646
"build-npm": "./scripts/build-npm.sh",
4747
"link-local": "yalc link",
48-
"publish-local": "rimraf dist/ && yarn build && yarn rollup -c && yalc push",
48+
"publish-local": "rimraf dist/ && yarn build && rollup -c && yalc push",
4949
"lint": "tslint -p . -t verbose",
5050
"coverage": "KARMA_COVERAGE=1 karma start --browsers='Chrome' --singleRun",
5151
"test": "karma start",

0 commit comments

Comments
 (0)