mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Add missing script and git tag permissions
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@
|
||||
"print-affected:build": "nx print-affected --target=build --select=tasks.target.project",
|
||||
"print-affected:test": "nx print-affected --target=test --select=tasks.target.project",
|
||||
"print-affected:lint": "nx print-affected --target=lint --select=tasks.target.project",
|
||||
"lintfix": "nx affected:lint --fix"
|
||||
"lintfix": "nx affected:lint --fix",
|
||||
"ci:build:many": "nx run-many --target=build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user