We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36443c5 commit 04c1059Copy full SHA for 04c1059
Makefile
@@ -42,7 +42,7 @@ else # fallback to no boxed theme
42
$(MAKE) no-boxed-theme
43
endif
44
mkdir -p "$(ROOT_DIR)/dist"
45
- cp README.md LICENSE "$(ROOT_DIR)/dist"
+ cp README.md LICENSE package.json "$(ROOT_DIR)/dist"
46
cp -r "$(ROOT_DIR)/static/"* "$(ROOT_DIR)/dist"
47
48
install: build
0 commit comments