Skip to content

Commit

Permalink
feat(NCU): Also provide unstable NCU namespace for psalm typing
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Dec 6, 2024
1 parent 02290db commit cf53cd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ update_sources() {
rm -rf OCP
cp -r server/lib/public OCP
git add OCP

if [ -d server/lib/unstable ]; then
rm -rf NCU
cp -r server/lib/unstable NCU
git add NCU
fi
}

# Check current branch, fallback to default
Expand Down

0 comments on commit cf53cd5

Please sign in to comment.