Use npx to run nx

This commit is contained in:
Maurizio Vitale 2022-11-02 14:01:39 +00:00
parent 8ca604e250
commit 711eaa34a4

View File

@ -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": {