Skip to content

Commit

Permalink
build: fix x-components tgz path
Browse files Browse the repository at this point in the history
  • Loading branch information
ajperezbau committed Feb 7, 2023
1 parent 7d0ecbc commit 23fe2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"gen:docs": "rimraf ./docs && pnpm run gen:typescript-docs && pnpm run gen:component-docs",
"gen:typescript-docs": "api-documenter markdown --input-folder dist/report --output-folder docs/API-reference/api",
"gen:component-docs": "vue-docgen",
"postbuild": "pnpm pack ./dist",
"postbuild": "pnpm pack --pack-destination ..",
"prepublishOnly": "pnpm run build",
"test:unit": "jest --silent && pnpm run test:unit-cypress",
"test:unit-jest": "jest",
Expand Down

0 comments on commit 23fe2b9

Please sign in to comment.