Skip to content

Commit

Permalink
fix: add prepare open to build the package prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier committed Oct 26, 2023
1 parent be61eca commit 6636e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"scripts": {
"lint": "yarn eslint .",
"build": "yarn tsc",
"prepare": "yarn build",
"xbasic": "yarn --cwd examples/basic",
"docs": "yarn --cwd docs build",
"test": "echo no test available"
Expand Down

0 comments on commit 6636e52

Please sign in to comment.