Skip to content

Commit

Permalink
chore(app-shell): no hard links when building the app locally (#15024)
Browse files Browse the repository at this point in the history
Fixes the symlink errors that occur when building the app locally.
  • Loading branch information
mjhuff committed Apr 26, 2024
1 parent dcd2666 commit ff84cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-shell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ package-deps: clean lib deps
package dist-posix dist-osx dist-linux dist-win: export NODE_ENV := production
package dist-posix dist-osx dist-linux dist-win: export BUILD_ID := $(build_id)
package dist-posix dist-osx dist-linux dist-win: export NO_PYTHON := $(if $(no_python_bundle),true,false)
package dist-posix dist-osx dist-linux dist-win: export USE_HARD_LINKS := false

.PHONY: package
package: package-deps
Expand Down

0 comments on commit ff84cb1

Please sign in to comment.