Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymadden97 committed Dec 6, 2023
1 parent 2db44e5 commit a350324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@replit/river",
"sideEffects": false,
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"exports": {
".": "./dist/router/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"scripts": {
"check": "tsc --noEmit && npx prettier . --check",
"format": "npx prettier . --write",
"build": "tsc",
"build": "rm -rf ./dist && tsc",
"prepack": "npm run build",
"release": "npm publish --access public",
"test": "vitest",
Expand Down

0 comments on commit a350324

Please sign in to comment.