Skip to content

Commit 5bf3c29

Browse files
committedAug 25, 2021
chore: update makefile again
1 parent 191678c commit 5bf3c29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ copytmp:
4141
mkdir -p ./tmp/docs/css
4242
mkdir -p ./tmp/docs/js
4343
mkdir -p ./tmp/docs/images
44+
mkdir -p ./tmp/docs/api
45+
mkdir -p ./tmp/docs/tutorials
46+
mkdir -p ./tmp/docs/typescript
4447
cp -R ./docs/*.html ./tmp/docs
4548
cp -R ./docs/css/*.css ./tmp/docs/css
4649
cp -R ./docs/js/*.js ./tmp/docs/js

0 commit comments

Comments
 (0)
Please sign in to comment.