Skip to content

Commit

Permalink
copy redirect file into build
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Feb 12, 2018
1 parent 043d46c commit 75ef823
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ bootstrap:
./scripts/download-readmes.js
./scripts/download-sponsors.js

build: build-repl build-docusaurus
build: build-repl build-docusaurus copy-redirects

build-repl:
./node_modules/.bin/webpack

build-docusaurus:
cd website && yarn && yarn build

copy-redirects:
cp ./_redirects ./website/build/babel

serve:
cd website && yarn start

0 comments on commit 75ef823

Please sign in to comment.