Skip to content

Commit

Permalink
fix: build command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
y-nk committed Nov 7, 2023
1 parent 29c5c7f commit 2a1444f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"scripts": {
"build:client": "tsc -p tsconfig.client.json",
"build:server": "tsc -p tsconfig.server.json",
"build": "npm run build:client && build:server"
"build": "npm run build:client && npm run build:server"
},
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 2a1444f

Please sign in to comment.