Skip to content

Commit

Permalink
revert another blunder
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Aug 30, 2024
1 parent f7a5081 commit e9a5a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sidecar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "./server.js",
"dev": "vite build --watch",
"build": "vite build && tsc --build",
"build": "vite build && tsc",
"build:watch": "vite build --watch",
"clean": "rimraf dist"
},
Expand Down

0 comments on commit e9a5a8f

Please sign in to comment.