mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 22:12:53 +00:00
feat: update to angular 17
This commit is contained in:
committed by
Rainer Killinger
parent
09faa66e98
commit
10c4466b37
@@ -21,8 +21,8 @@
|
||||
"build": "rimraf lib && tsc",
|
||||
"format": "prettier . -c --ignore-path ../../.gitignore",
|
||||
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
|
||||
"lint": "eslint --ext .ts src/ test/",
|
||||
"lint:fix": "eslint --ext .ts src/ test/",
|
||||
"lint": "eslint --ext .ts src/",
|
||||
"lint:fix": "eslint --ext .ts src/",
|
||||
"test": "c8 mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user