Skip to content

Commit c78faee

Browse files
committed
chore(devextreme-vue): use consistent nx run in pack script
1 parent e110a3e commit c78faee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"clean": "pnpm --workspace-root nx run devextreme-vue:clean",
1515
"regenerate": "pnpm --workspace-root nx run devextreme-vue:regenerate",
1616
"lint": "eslint --ignore-pattern src/core/__tests__/ src/core",
17-
"pack": "pnpm --workspace-root run devextreme-vue:pack",
17+
"pack": "pnpm --workspace-root nx run devextreme-vue:pack",
1818
"test": "jest"
1919
},
2020
"keywords": [

0 commit comments

Comments
 (0)