Skip to content

Commit

Permalink
chore: Change dev script for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Jul 7, 2024
1 parent 079adf7 commit 7b81975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"build": "tsc && swc src -d dist --config-file .swcrc",
"build:scripts": "tsup",
"dev": "concurrently \"tsc -w\" \"pnpm build -w\"",
"dev": "concurrently \"tsc -w\" \"swc src -d dist --config-file .swcrc -w\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"scripts": {
"build": "tsc && swc src -d ./dist --config-file .swcrc",
"dev": "concurrently \"tsc -w\" \"pnpm build -w\"",
"dev": "concurrently \"tsc -w\" \"swc src -d dist --config-file .swcrc -w\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"codegen": "graphql-codegen --config codegen.ts"
Expand Down

0 comments on commit 7b81975

Please sign in to comment.