mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Use npx to run nx
This commit is contained in:
parent
8ca604e250
commit
711eaa34a4
@ -11,8 +11,8 @@
|
||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "nx run core:build-lib",
|
||||
"postbuild": "nx run core:pretheme"
|
||||
"build": "npx nx run core:build-lib",
|
||||
"postbuild": "npx nx run core:pretheme"
|
||||
},
|
||||
"exports": {
|
||||
"./theming": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user