Skip to content

Commit e57bbbc

Browse files
committed
chore: update some build tools
1 parent f0678ff commit e57bbbc

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.editorconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
root = true
12
indent_size = 2
2-
indent_style = space
3+
indent_style = space
4+
5+
[Makefile]
6+
indent_style = tab

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ packages/dendron-viz/lib
3636
generated-prisma-client
3737
packages/engine-server/prisma/dev.db
3838
dev.db-journal
39+
builds

packages/nextjs-template/Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
yarn export
3+
4+
proto:
5+
cd out && python -m http.server

0 commit comments

Comments
 (0)