This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Fix yarn publish command
pull/492/head
Guillaume Vincent
5 years ago
parent
999e5e2d6d
commit
51e24565ce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 --n
ew-version
yarn publish --n
on-interactive
popd
done
}
Write
Preview
Loading…
Cancel
Save