Skip to content

Commit

Permalink
build addon the first time automatically after yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Feb 2, 2022
1 parent c38db61 commit 82d68a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"docs",
"test-app"
],
"scripts": {
"prepare": "cd addon && yarn build"
},
"volta": {
"node": "12.22.10",
"yarn": "1.22.17"
Expand Down

0 comments on commit 82d68a4

Please sign in to comment.