Skip to content

Commit

Permalink
rtm: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Aug 25, 2023
1 parent 2e36ba3 commit 0bf1815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/runtime-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "pnpm ava",
"test:types": "pnpm tsc --noEmit --project tsconfig.json",
"_test": "pnpm ava",
"_test:types": "pnpm tsc --noEmit --project tsconfig.json",
"build": "tsup --config ../../tsup.config.js src/index.ts src/mock-worker.ts --no-splitting",
"build:watch": "pnpm build --watch",
"serve": "nodemon -e ts --exec 'tsm --experimental-vm-modules --no-warnings src/server/index.ts'"
Expand Down

0 comments on commit 0bf1815

Please sign in to comment.