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" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
}, },
"scripts": { "scripts": {
"build": "nx run core:build-lib", "build": "npx nx run core:build-lib",
"postbuild": "nx run core:pretheme" "postbuild": "npx nx run core:pretheme"
}, },
"exports": { "exports": {
"./theming": { "./theming": {