Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Mar 7, 2024
1 parent 183d3f8 commit 2dff3e3
Show file tree
Hide file tree
Showing 4 changed files with 9,985 additions and 13,700 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions modules/dev-tools/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ else
fi

# build the submodules unless `nobuild` argment is passed
if [[ ! "$1" = "nobuild" ]]; then
npm run build
fi
#if [[ ! "$1" = "nobuild" ]]; then
npm run build
#fi
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
"ts-morph": "^21.0.0"
},
"pre-commit": "pre-commit",
"pre-push": "pre-push"
"pre-push": "pre-push",
"volta": {
"node": "20.11.1",
"yarn": "1.22.21"
}
}
Loading

0 comments on commit 2dff3e3

Please sign in to comment.