Skip to content

Commit 7ff5599

Browse files
committed
chore: modify build scripts for next server
1 parent 17bc103 commit 7ff5599

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

bootstrap/scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ npx lerna run build --scope @dendronhq/seeds-core
1010
npx lerna run build --scope @dendronhq/lsp-server
1111
npx lerna run build --scope @dendronhq/plugin-core
1212
npx lerna run build --scope @dendronhq/api-server
13+
npx lerna run build --scope @dendronhq/dendron-next-server
1314
npx lerna run build --scope @dendronhq/common-test-utils

bootstrap/scripts/watch.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ npx lerna run watch --parallel
1111
\ --scope @dendronhq/seeds-core
1212
\ --scope @dendronhq/lsp-server
1313
\ --scope @dendronhq/api-server
14+
\ --scope @dendronhq/dendron-next-server
1415
\ --scope @dendronhq/common-test-utils

packages/dendron-next-server/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev",
77
"dev:inspect": "NODE_OPTIONS='--inspect' next",
88
"build": "next build && next export",
9-
"start": "next start"
9+
"start": "next start",
10+
"watch": "echo 0"
1011
},
1112
"dependencies": {
1213
"@dendronhq/common-all": "^0.14.1-alpha.3",

reports/613574dea8bee7d641500f0e0def93e480638fdb

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
480 text files.
2+
classified 480 filesDuplicate file check 480 files (399 known unique)Unique: 100 files Unique: 200 files Unique: 300 files 431 unique files.
3+
Counting: 100Counting: 200Counting: 300Counting: 400 117 files ignored.
4+
5+
github.com/AlDanial/cloc v 1.86 T=0.67 s (565.0 files/s, 169123.4 lines/s)
6+
-------------------------------------------------------------------------------
7+
Language files blank comment code
8+
-------------------------------------------------------------------------------
9+
JSON 73 6 0 72745
10+
TypeScript 224 2343 1810 24352
11+
Markdown 34 4772 0 5974
12+
JavaScript 16 168 76 1349
13+
Bourne Shell 24 40 9 181
14+
YAML 6 3 3 78
15+
CSS 2 17 32 72
16+
HTML 1 0 0 14
17+
SVG 1 0 0 12
18+
-------------------------------------------------------------------------------
19+
SUM: 381 7349 1930 104777
20+
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)