Skip to content

Commit

Permalink
Added postinstall build script so metadata can be installed+built fro…
Browse files Browse the repository at this point in the history
…m Github link
  • Loading branch information
Bankminer78 committed Jun 25, 2024
1 parent 3e6fba1 commit 0da3779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"test:watch": "npm test -- --watch",
"tsc": "tsc",
"build": "rollup --config",
"build:watch": "npm run build -- --watch"
"build:watch": "npm run build -- --watch",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0da3779

Please sign in to comment.