Skip to content

Commit 04c1059

Browse files
committed
add package.json to dist folder for distribution
1 parent 36443c5 commit 04c1059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else # fallback to no boxed theme
4242
$(MAKE) no-boxed-theme
4343
endif
4444
mkdir -p "$(ROOT_DIR)/dist"
45-
cp README.md LICENSE "$(ROOT_DIR)/dist"
45+
cp README.md LICENSE package.json "$(ROOT_DIR)/dist"
4646
cp -r "$(ROOT_DIR)/static/"* "$(ROOT_DIR)/dist"
4747

4848
install: build

0 commit comments

Comments
 (0)