Skip to content

Commit

Permalink
Fix unbuild-safari-release symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Feb 7, 2025
1 parent 47e251c commit 3548ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ build-safari-release:
unbuild-safari-release:
TARGET=safari $(MAKE) manifest build
rm src/site/base.js
ln -s src/common/base.js src/site/base.js
ln -s ../common/base.js src/site/base.js

lint:
$(NPATH)/eslint src
Expand Down

0 comments on commit 3548ad2

Please sign in to comment.