Skip to content

Commit

Permalink
fix: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimzinchuk committed Jan 8, 2024
1 parent 4bb2130 commit 5d050dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VirtoCommerce.ImportModule.Web/import-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "yarn build:app & yarn build:types",
"build:app": "cross-env APP_ENV=production vite build",
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist/types",
"publish": "yarn workspaces foreach -v --from '{@vcmp/import-module}' npm publish",
"publish": "yarn workspace @vcmp/import-module npm publish",
"build:modules-library": "yarn build:modules && yarn build:types-modules",
"build:modules": "vite build --config ./src/modules/vite.config.mts",
"build:types-modules": "vue-tsc --declaration --emitDeclarationOnly --p ./src/modules/tsconfig.json --outDir ./src/modules/dist/types",
Expand Down

0 comments on commit 5d050dc

Please sign in to comment.