Skip to content

Commit

Permalink
fix(Build): Include dist js in scripts
Browse files Browse the repository at this point in the history
This is necessary because we do dynamic require at the top
level of `pkg` does not know to bundle up these files.
  • Loading branch information
nokome committed Jun 21, 2021
1 parent c0517d4 commit d984c93
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 @@ -229,6 +229,9 @@
},
"prettier": "@stencila/dev-config/prettier-config.json",
"pkg": {
"scripts": [
"dist/**/*.js"
],
"targets": [
"node16-linux-x64",
"node16-macos-x64",
Expand Down

0 comments on commit d984c93

Please sign in to comment.