Skip to content

Commit

Permalink
chore: update package-locks, remove package/benchmark, move to @types…
Browse files Browse the repository at this point in the history
…/node@20
  • Loading branch information
marcj committed Oct 22, 2023
1 parent bb1ee0c commit 91a947a
Show file tree
Hide file tree
Showing 142 changed files with 35,957 additions and 104,675 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
--ignore @deepkit/vite \
--ignore @deepkit/bun \
--ignore @deepkit/framework-examples \
--ignore @deepkit/benchmark \
--ignore @deepkit/mysql \
--ignore @deepkit/postgres \
--ignore @deepkit/orm-browser-example \
Expand Down Expand Up @@ -274,7 +273,7 @@ jobs:
uses: actions/cache@v1
with:
path: "**/node_modules"
key: ${{ runner.os }}-benchmark-node_modules-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-mongo-node_modules-${{ hashFiles('**/package-lock.json') }}
- name: npm install
run: npm install -g npm && npm install
- name: Lerna bootstrap
Expand Down
32 changes: 0 additions & 32 deletions benchmark.sh

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"test": "node --max_old_space_size=3048 node_modules/jest/bin/jest.js --forceExit --no-cache",
"test:coverage": "node --max_old_space_size=3048 node_modules/jest/bin/jest.js --coverage --forceExit --no-cache",
"bootstrap": "lerna bootstrap --no-ci --ignore @deepkit/benchmark",
"bootstrap:ci": "lerna bootstrap --ignore @deepkit/benchmark",
"bootstrap": "lerna bootstrap --no-ci",
"bootstrap:ci": "lerna bootstrap",
"link": "npm-local-development --no-watcher",
"build": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json && lerna run build",
"build:esm": "tsc --build tsconfig.esm.json",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@deepkit/core": "^1.0.1-alpha.13",
"@jest/globals": "^29.2.1",
"@types/node": "18.11.10",
"@types/node": "20.6.0",
"cloc": "^2.7.0",
"codecov": "^3.8.3",
"coveralls": "^3.0.3",
Expand Down
Loading

0 comments on commit 91a947a

Please sign in to comment.