Skip to content

Commit

Permalink
Update push.bash and default ScreenId enum
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsarkar committed Feb 21, 2021
1 parent 435ce20 commit 158674e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Runtime/Navigation/ScreenId.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Names are automatically added through ScreenIdGenerator.cs, deletions are done manually :)
namespace VioletUI {
public enum ScreenId {
None = 0,
}
}
public enum ScreenId {
None = 0,
}
2 changes: 1 addition & 1 deletion bash/push.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ case $REPLY in
esac

cp -r ./ "$HOME/work/${projectName}/Packages/violetui/"
rm -rf "$HOME/work/${projectName}/Packages/violetui/"
rm -rf "$HOME/work/${projectName}/Packages/violetui/.git"
rm -rf "$HOME/work/${projectName}/Packages/violetui/bash"

0 comments on commit 158674e

Please sign in to comment.