fix: Shared pkgs importeren
This commit is contained in:
parent
b6e07d28df
commit
9470a4ddf9
95 changed files with 160 additions and 142 deletions
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"name": "dwengo-1-monorepo",
|
||||
"name": "dwengo-1",
|
||||
"version": "0.1.1",
|
||||
"description": "Monorepo for Dwengo-1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "npm run build --workspaces --if-present",
|
||||
"prebuild": "npm run clean",
|
||||
"build": "tsc --build tsconfig.build.json",
|
||||
"clean": "tsc --build tsconfig.build.json --clean",
|
||||
"watch": "tsc --build tsconfig.build.json --watch",
|
||||
"format": "npm run format --workspace=backend --workspace=common --workspace=frontend",
|
||||
"format-check": "npm run format-check --workspace=backend --workspace=common --workspace=frontend",
|
||||
"lint": "npm run lint --workspace=backend --workspace=common --workspace=frontend",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue