Skip to content

Commit cdbffe3

Browse files
Remove --require-scripts from publish-ci [skip ci]
1 parent b114486 commit cdbffe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ else
203203
echo "Missing NPM_TOKEN env var"
204204
exit 1
205205
endif
206-
yarn lerna publish from-git --require-scripts --yes
206+
yarn lerna publish from-git --yes
207207
rm -f .npmrc
208208
$(MAKE) clean
209209

0 commit comments

Comments
 (0)