Skip to content

Commit

Permalink
feat(docs): use docs folder instead of dist (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprivet-dev committed May 11, 2021
1 parent 386b9c9 commit bbb115f
Show file tree
Hide file tree
Showing 56 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: dist
dist: # Create the /dist/v4 directory with compiled files.
.PHONY: docs
docs: # Create the /docs/v4 directory with compiled files.
npm run dev
rm -rf dist/v4/*
cp -a public/build/. dist/v4
rm -rf docs/v4/*
cp -a public/build/. docs/v4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bbb115f

Please sign in to comment.