Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from qiskit-community/fix-build
Browse files Browse the repository at this point in the history
Build the project before pack to fix the release
  • Loading branch information
abdonrd authored Nov 22, 2021
2 parents eac30e7 + cf64af3 commit 9266893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-hounds-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@qiskit/web-components': patch
---

Build the project before pack to fix the release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"format:prettier": "prettier . --ignore-path .gitignore --write",
"lint": "npm run lint:eslint",
"lint:eslint": "eslint . --ignore-path .gitignore",
"prepack": "npm run build",
"prepare": "husky install",
"release": "changeset publish",
"start": "npm run storybook:start",
Expand Down

0 comments on commit 9266893

Please sign in to comment.