Skip to content

Commit d8b20d8

Browse files
author
mike dupont
committed
doit does all the make
1 parent 9645218 commit d8b20d8

File tree

2 files changed

+493
-489
lines changed

2 files changed

+493
-489
lines changed

doit.sh

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
nvm use 23
3+
pnpm clean
4+
pnpm install --no-frozen-lockfile
5+
pnpm build
6+
7+
8+
pushd packages/adapter-sqlite
9+
pnpm rebuild
10+
popd
11+
12+
13+
pushd scripts/jsdoc-automation
14+
pnpm install --no-frozen-lockfile
15+
pnpm build
16+
17+
popd

0 commit comments

Comments
 (0)