This commit is contained in:
10
package.json
10
package.json
@@ -11,7 +11,12 @@
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"arch:check:boundaries": "node tools/architecture/check-boundaries.mjs",
|
||||
"arch:check:cycles": "npx --yes madge --circular --extensions ts src/app --ts-config tsconfig.app.json",
|
||||
"arch:check": "npm run arch:check:boundaries ; npm run arch:check:cycles"
|
||||
"arch:check": "npm run arch:check:boundaries ; npm run arch:check:cycles",
|
||||
"barry": "barry-cache",
|
||||
"barry:validate": "barry-cache validate",
|
||||
"barry:resume": "barry-cache resume",
|
||||
"barry:finalize": "barry-cache finalize",
|
||||
"barry:failure": "barry-cache failure"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@@ -34,6 +39,7 @@
|
||||
"@angular/build": "21.1.5",
|
||||
"@angular/cli": "21.1.5",
|
||||
"@angular/compiler-cli": "21.1.5",
|
||||
"typescript": "~5.9.3"
|
||||
"typescript": "~5.9.3",
|
||||
"barry-cache": "^0.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user