Browse Source

Fix yarn publish command

pull/492/head
Guillaume Vincent 5 years ago
parent
commit
51e24565ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/deploy_node_modules

+ 1
- 1
bin/deploy_node_modules View File

@@ -22,7 +22,7 @@ function push_packages_on_npm {
for project in ${projects}
do
pushd packages/${project}
yarn publish --new-version
yarn publish --non-interactive
popd
done
}


Loading…
Cancel
Save