Skip to content

Commit

Permalink
chore: add start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Aug 31, 2023
1 parent c082c8a commit 088286f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"doc": "docs"
},
"scripts": {
"start": "concurrently npm:start:* --kill-others",
"start:webapp": "npm run dev --workspace=webapp",
"start:api": "npm run dev --workspace=api",
"test": "npm run test -ws --if-present",
"build": "npm run build -ws --if-present",
"build:webapp": "npm run build --workspace=webapp",
Expand All @@ -21,6 +24,9 @@
"workspaces": [
"packages/*"
],
"devDependencies": {
"concurrently": "^8.2.1"
},
"engines": {
"node": ">=18",
"npm": ">=8"
Expand Down

0 comments on commit 088286f

Please sign in to comment.