Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx authored Jun 17, 2024
1 parent 2bb6b60 commit 8f244e4
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
@@ -1,7 +1,7 @@
build: install build.docs
install:
git submodule update --init --recursive && \
yarn run bootstrap
yarn install --immutable && yarn run bootstrap
build.docs:
export NODE_ENV='production' && \
yarn run build

0 comments on commit 8f244e4

Please sign in to comment.