Skip to content

Commit 0471085

Browse files
author
Nikhil Thorat
authored
Remove for-publish in build-npm (tensorflow#370)
1 parent e80d693 commit 0471085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-npm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fi
6363
./scripts/make-version.js $1
6464

6565
cd $1
66-
yarn build-npm for-publish
66+
yarn build-npm
6767
cd ..
6868

6969
./scripts/tag-version.js $1

0 commit comments

Comments
 (0)