Skip to content

Commit

Permalink
fix: add runtime to package
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 18, 2020
1 parent 4cb45f1 commit 32623af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"sideEffects": false,
"main": "./dist/index.js",
"files": [
"dist"
"dist",
"runtime"
],
"scripts": {
"build": "yarn clean && siroc build && yarn build:runtime",
Expand Down

0 comments on commit 32623af

Please sign in to comment.